Searched refs:testEmptyMapMutatorsAlwaysThrow (Results 1 – 1 of 1) sorted by relevance
157 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