Searched refs:testEmptySet (Results 1 – 1 of 1) sorted by relevance
168 testEmptySet(emptySet); in realMain()169 testEmptySet(EMPTY_SET); in realMain()170 testEmptySet(Collections.emptySet()); in realMain()171 testEmptySet(Collections.emptySortedSet()); in realMain()172 testEmptySet(Collections.emptyNavigableSet()); in realMain()309 testEmptySet(Set.of()); in realMain()458 private static <T> void testEmptySet(Set<T> c) { in testEmptySet() method in MOAT598 testEmptySet(m.keySet()); in testEmptyMap()599 testEmptySet(m.entrySet()); in testEmptyMap()