Assert.assertEquals

Asserts that two longs are equal. 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 long expected value. @param actual long actual value

Meta