assertArrayEquals

public static void assertArrayEquals(Array<Object> expected, Array<Object> actual, Context context, PreCommentSupplier<? super ResultOfFail> preCommentSupplier)(source)

Asserts that two arrays are equal.

Parameters

expected

the expected array

actual

the actual array

context

the context of the test

preCommentSupplier

the supplier of the pre-comment