Searched defs:MapTestSupport (Results 1 - 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DCollectionsTest.java1451 new MapTestSupport(synchMap).runTest();
1469 new MapTestSupport(smallMap).runTest();
1574 new MapTestSupport(synchMap).runTest();
1813 new MapTestSupport(smallMap).runTest();
2223 static class MapTestSupport { class in class:CollectionsTest
2230 public MapTestSupport(Map<String, Integer> modifiableMap) { method in class:CollectionsTest.MapTestSupport

Completed in 35 milliseconds