- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testArrayIteratorRemoveException (0.24 sec)
-
src/test/java/org/codelibs/core/collection/ArrayMapTest.java
assertThat(i.next().getKey(), is("2")); } /** * Test method for {@link org.seasar.util.collection.ArrayIterator#remove()} * . */ @Test public void testArrayIteratorRemoveException() { exception.expect(ClIllegalStateException.class); exception.expectMessage(is("last == -1")); ArrayMap<String, String> m = new ArrayMap<String, String>();
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 10.7K bytes - Viewed (0)