I am trying to do some Unit Testing on my program and I need to test if an array is equal to another array so I need to write the code for Assert.assertArrayEquals(a2, a3), what would this code look like?
PS: I release this function is available in JUnit 4 but I don't have a new enough version for the provided function to work so I need to get code for one I got add to my tests.
Thanks