コード例 #1
0
 @Test
 public void testLastIndexOf() {
   int i = randomInt();
   assertEquals(i, list.indexOf(i));
 }