Asserts that two objects refer to the same object. If they are not, an
{@link AssertionError} is thrown with the given message.
@param message the identifying message for the {@link AssertionError} (<code>null</code>
okay)
@param expected the expected object
@param actual the object to compare to <code>expected</code>
voidassertSame(string message, T expected, T actual)
Asserts that two objects refer to the same object. If they are not, an {@link AssertionError} is thrown with the given message.
@param message the identifying message for the {@link AssertionError} (<code>null</code> okay) @param expected the expected object @param actual the object to compare to <code>expected</code>