Searched refs:EACH_REPLACE (Results 1 – 1 of 1) sorted by relevance
147 Set<String> EACH_REPLACE = new HashSet<>(map.size()); in testReplaceAll() local155 EACH_REPLACE.add(replacement); in testReplaceAll()160 assertEquals(map.values().size(), EACH_REPLACE.size(), description + EACH_REPLACE); in testReplaceAll() local161 …assertTrue(EACH_REPLACE.containsAll(map.values()), description + " : " + EACH_REPLACE + " != " + m… in testReplaceAll()162 …assertTrue(map.values().containsAll(EACH_REPLACE), description + " : " + EACH_REPLACE + " != " + m… in testReplaceAll()