I need to compare two List, and in my test I used
assertEquals(lista1, lista2);
Assert.assertTrue(lista1.containsAll(lista2));
And the error that the test shows is
(index: 22 size: 22) java.lang.IndexOutOfBoundsException
Until tod...
asked by
05.03.2017 / 23:05