Asserts that two objects do not refer to the same object. If they do refer to the same object, an {@link AssertionError} without a message is thrown.
@param unexpected the object you don't expect @param actual the object to compare to <code>unexpected</code>
See Implementation
Asserts that two objects do not refer to the same object. If they do refer to the same object, an {@link AssertionError} without a message is thrown.
@param unexpected the object you don't expect @param actual the object to compare to <code>unexpected</code>