Searched refs:wrongElement (Results 1 - 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DAbstractSequentialListTest.java108 final String wrongElement = "String"; field in class:AbstractSequentialListTest.Mock_ListIterator
110 if (o.equals(wrongElement)) throw new IllegalArgumentException();
/libcore/luni/src/test/java/libcore/java/util/
H A DOldCollectionsTest.java407 final String wrongElement = "Wrong element"; field in class:OldCollectionsTest.Mock_WrongCollection
409 if (o.equals(wrongElement)) throw new IllegalArgumentException();

Completed in 1626 milliseconds