Package org.assertj.core.error
Class ShouldHaveValue
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldHaveValue
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ShouldHaveValue
(Object actual, REF expectedValue) private
ShouldHaveValue
(Object actual, REF actualValue, REF expectedValue, Object objectToUpdate) -
Method Summary
Modifier and TypeMethodDescriptionstatic <REF> ErrorMessageFactory
shouldHaveValue
(Object actual, REF expectedValue) static <REF> ErrorMessageFactory
shouldHaveValue
(Object actual, REF actualValue, REF expectedValue, Object objectToUpdate) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
SHOULD_HAVE_VALUE_BUT_DID_NOT
- See Also:
-
SHOULD_HAVE_VALUE
- See Also:
-
-
Constructor Details
-
ShouldHaveValue
-
ShouldHaveValue
-
-
Method Details
-
shouldHaveValue
public static <REF> ErrorMessageFactory shouldHaveValue(Object actual, REF actualValue, REF expectedValue, Object objectToUpdate) -
shouldHaveValue
-