Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java189 testEmptyMap(emptyMap); in realMain()
190 testEmptyMap(EMPTY_MAP); in realMain()
191 testEmptyMap(Collections.emptyMap()); in realMain()
192 testEmptyMap(Collections.emptySortedMap()); in realMain()
193 testEmptyMap(Collections.emptyNavigableMap()); in realMain()
346 testEmptyMap(Map.of()); in realMain()
590 private static <K,V> void testEmptyMap(final Map<K,V> m) { in testEmptyMap() method in MOAT
632 testEmptyMap(m); in clear()
1354 testEmptyMap(m); in testConcurrentMap()