Assert.assertEquals

Asserts that two longs are equal. If they are not, an {@link AssertionError} is thrown.

@param expected expected long value. @param actual actual long value

Meta