Assert.assertArrayEquals

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

@param expecteds long array with expected values. @param actuals long array with actual values

Meta