Asserts that two objects refer to the same object. If they are not the same, an {@link AssertionError} without a message is thrown.
@param expected the expected object @param actual the object to compare to <code>expected</code>
See Implementation
Asserts that two objects refer to the same object. If they are not the same, an {@link AssertionError} without a message is thrown.
@param expected the expected object @param actual the object to compare to <code>expected</code>