Assert.assertArrayEquals

Asserts that two bool arrays are equal. If they are not, an {@link AssertionError} is thrown. If <code>expected</code> and <code>actual</code> are <code>null</code>, they are considered equal.

@param expecteds bool array with expected values. @param actuals bool array with expected values.

Meta