Searched refs:testEmptyEnumeration (Results 1 – 2 of 2) sorted by relevance
60 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
77 public void testEmptyEnumeration() { in testEmptyEnumeration() method in CollectionsTest