Assert.assertArrayEquals

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

Meta