assertSame
public static T assertSame<T>(T expected, T actual, Context context, PreCommentSupplier<? super ResultOfObject<T>> preCommentSupplier)(source)
Asserts that the given actual object is the same as the given expected object.
Return
the result of the test
Parameters
expected
the expected object
actual
the actual object
context
the context of the test
<T>
the type of the object