Package org.assertj.core.error
Class ShouldNotBeNull
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.ShouldNotBeNull
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldNotBeNull extends BasicErrorMessageFactory
Creates an error message that indicates an assertion that verifies that an object is notnull
failed.- Author:
- Alex Ruiz
-
-
Field Summary
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
shouldNotBeNull()
Returns the singleton instance of this class.-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Method Detail
-
shouldNotBeNull
public static ErrorMessageFactory shouldNotBeNull()
Returns the singleton instance of this class.- Returns:
- the singleton instance of this class.
-
-