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.
- Author:
- Yvonne Wang, Alex Ruiz
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
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
-
Method Details
-
shouldNotBeSame
Creates a new.ShouldNotBeSame- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-