Searched refs:testMap (Results 1 – 2 of 2) sorted by relevance
519 private static void checkEntrySetToArray(ArrayMap<?, ?> testMap) {521 testMap.entrySet().toArray();527 testMap.entrySet().toArray(entries);536 ArrayMap<Integer, String> testMap = new ArrayMap<>();539 checkEntrySetToArray(testMap);543 testMap.put(i, String.valueOf(i));545 checkEntrySetToArray(testMap);
34 public void testMap() { in testMap() method in MathUtilsTest