Package org.assertj.core.error
Class ShouldNotBeSame
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldNotBeSame
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating an assertion that verifies that two objects do not refer to the same object failed.
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldNotBeSame(Object actual) Creates a new.ShouldNotBeSameMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
ShouldNotBeSame
-
-
Method Details
-
shouldNotBeSame
Creates a new.ShouldNotBeSame- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-