Searched refs:EACH_KEY (Results 1 – 1 of 1) sorted by relevance
132 IntegerEnum[] EACH_KEY = new IntegerEnum[map.size()]; in testForEach() local136 assertNull(EACH_KEY[idx]); in testForEach()137 EACH_KEY[idx] = (idx == 0) ? KEYS[0] : k; // substitute for comparison. in testForEach()141 assertEquals(KEYS, EACH_KEY, description); in testForEach()146 IntegerEnum[] EACH_KEY = new IntegerEnum[map.size()]; in testReplaceAll() local151 assertNull(EACH_KEY[idx]); in testReplaceAll()152 EACH_KEY[idx] = (idx == 0) ? KEYS[0] : k; // substitute for comparison. in testReplaceAll()159 assertEquals(KEYS, EACH_KEY, description); in testReplaceAll()