Assert.assertArrayEquals

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

Meta