Assert.assertArrayEquals

Asserts that two bool arrays are equal. If they are not, an {@link AssertionError} is thrown with the given message. If <code>expecteds</code> and <code>actuals</code> are <code>null</code>, they are considered equal.

@param message the identifying message for the {@link AssertionError} (<code>null</code> okay) @param expecteds bool array with expected values. @param actuals bool array with expected values.

Meta