Package org.assertj.core.error
Class ShouldHaveAllNullFields
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldHaveAllNullFields
- All Implemented Interfaces:
ErrorMessageFactory
Creates an
AssertionError
indicating that an assertion that verifies that an object
has null fields failed.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final String
private static final String
private static final String
private static final String
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
ConstructorsConstructorDescriptionShouldHaveAllNullFields
(Object actual, String nonNullField) ShouldHaveAllNullFields
(Object actual, String nonNullField, List<String> ignoredFields) ShouldHaveAllNullFields
(Object actual, List<String> nonNullFields) -
Method Summary
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
EXPECTED_MULTIPLE
- See Also:
-
EXPECTED_SINGLE
- See Also:
-
COMPARISON
- See Also:
-
EXCLUDING
- See Also:
-
DOT
- See Also:
-
-
Constructor Details
-
ShouldHaveAllNullFields
-
ShouldHaveAllNullFields
-
ShouldHaveAllNullFields
-
ShouldHaveAllNullFields
-
-
Method Details
-
shouldHaveAllNullFields
-