Assert.assertArrayEquals

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

Meta