Searched refs:testEmptyCollection (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/test/java/util/Collections/
H A DEmptyIterator.java37 testEmptyCollection(emptyList());
38 testEmptyCollection(emptySet());
39 testEmptyCollection(new SynchronousQueue<Object>());
82 testEmptyCollection(m.keySet());
83 testEmptyCollection(m.entrySet());
84 testEmptyCollection(m.values());
108 void testEmptyCollection(final Collection<?> c) { method in class:EmptyIterator
/openjdk9/jdk/test/java/util/List/
H A DLockStep.java160 void testEmptyCollection(Collection<?> c) { method in class:LockStep
173 testEmptyCollection(list);
/openjdk9/jdk/test/java/util/Collection/
H A DMOAT.java306 private static <T> void testEmptyCollection(Collection<T> c) { method in class:MOAT
336 testEmptyCollection(c);
342 testEmptyCollection(c);
474 testEmptyCollection(c);
483 testEmptyCollection(m.values());
854 testEmptyCollection(deq);
/openjdk9/jdk/test/java/util/NavigableMap/
H A DLockStep.java164 static void testEmptyCollection(Collection<?> c) { method in class:LockStep
178 testEmptyCollection(c);
190 testEmptyCollection(m.values());

Completed in 117 milliseconds