Home
last modified time | relevance | path

Searched refs:testEmptyEnumeration (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/util/Collections/
DEmptyIterator.java60 testEmptyEnumeration(emptyTable.keys()); in test()
61 testEmptyEnumeration(emptyTable.elements()); in test()
67 testEmptyEnumeration(finalEmptyTyped); in test()
70 testEmptyEnumeration(finalEmptyAbstract); in test()
75 void testEmptyEnumeration(final Enumeration<?> e) { in testEmptyEnumeration() method in EmptyIterator
/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java77 public void testEmptyEnumeration() { in testEmptyEnumeration() method in CollectionsTest