Assert.assertEquals

Asserts that two objects are equal. If they are not, an {@link AssertionError} without a message is thrown. If <code>expected</code> and <code>actual</code> are <code>null</code>, they are considered equal.

@param expected expected value @param actual the value to check against <code>expected</code>

Meta