Searched refs:testImmutableSet (Results 1 – 1 of 1) sorted by relevance
146 testImmutableSet(unmodifiableSet(new HashSet<>(Arrays.asList(1,2,3)))); in realMain()178 testImmutableSet(emptySet); in realMain()203 testImmutableSet(singletonSet); in realMain()322 testImmutableSet(set); in realMain()328 testImmutableSet(setCopy); in realMain()335 testImmutableSet(setCollected); in realMain()476 private static void testImmutableSet(final Set<Integer> c) { in testImmutableSet() method in MOAT624 testImmutableSet(m.keySet()); in testImmutableMap()