Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java155 testMapMutatorsAlwaysThrow(unmodifiableMap(Collections.singletonMap(1,2))); in realMain()
156 testMapMutatorsAlwaysThrow(unmodifiableMap(Collections.emptyMap())); in realMain()
347 testMapMutatorsAlwaysThrow(Map.of()); in realMain()
364 testMapMutatorsAlwaysThrow(map); in realMain()
370 testMapMutatorsAlwaysThrow(mapCopy); in realMain()
378 testMapMutatorsAlwaysThrow(mapCollected1); in realMain()
394 testMapMutatorsAlwaysThrow(mapCollected2); in realMain()
557 private static void testMapMutatorsAlwaysThrow(Map<Integer,Integer> m) { in testMapMutatorsAlwaysThrow() method in MOAT