Package org.assertj.core.error
Class ShouldNotBeNull
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldNotBeNull
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message that indicates an assertion that verifies that an object is not
null
failed.-
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
Returns the singleton instance of this class.Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ShouldNotBeNull
private ShouldNotBeNull()
-
-
Method Details
-
shouldNotBeNull
Returns the singleton instance of this class.- Returns:
- the singleton instance of this class.
-