java.lang.Object
org.junit.jupiter.api.AssertNotSame
AssertNotSame
is a collection of utility methods that support asserting
two objects are not the same.- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
assertNotSame
(Object unexpected, Object actual) (package private) static void
assertNotSame
(Object unexpected, Object actual, String message) (package private) static void
assertNotSame
(Object unexpected, Object actual, Supplier<String> messageSupplier) private static void
-
Constructor Details
-
AssertNotSame
private AssertNotSame()
-
-
Method Details
-
assertNotSame
-
assertNotSame
-
assertNotSame
-
failSame
-