1.

What is the purpose of assertArrayEquals(“message”, A, B)?$

A. Checks that “message” is in both A and B
B. Checks that “message” is in A but not B
C. Checks that “message” is in B but not A
D. Asserts the equality of the A and B arrays
Answer» E.


Discussion

No Comment Found