Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java157 testEmptyMapMutatorsAlwaysThrow(unmodifiableMap(Collections.emptyMap())); in realMain()
348 testEmptyMapMutatorsAlwaysThrow(Map.of()); in realMain()
575 private static void testEmptyMapMutatorsAlwaysThrow(Map<Integer,Integer> m) { in testEmptyMapMutatorsAlwaysThrow() method in MOAT