Assert.assertArrayEquals

Asserts that two int arrays 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 expecteds int array with expected values. @param actuals int array with actual values

Meta