Searched refs:Support_UnmodifiableCollectionTest (Results 1 - 9 of 9) sorted by relevance

/libcore/support/src/test/java/tests/support/
H A DSupport_UnmodifiableCollectionTest.java27 public class Support_UnmodifiableCollectionTest extends TestCase { class in inherits:TestCase
34 public Support_UnmodifiableCollectionTest(String p1) { method in class:Support_UnmodifiableCollectionTest
38 public Support_UnmodifiableCollectionTest(String p1, Collection<Integer> c) { method in class:Support_UnmodifiableCollectionTest
H A DSupport_CollectionTest.java40 new Support_UnmodifiableCollectionTest("", col).runTest();
H A DSupport_MapTest.java48 new Support_UnmodifiableCollectionTest("values() from map test", modifiableMap.values())
50 new Support_UnmodifiableCollectionTest("values() from unmodifiable map test",
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DHashtableTest.java21 import tests.support.Support_UnmodifiableCollectionTest;
764 new Support_UnmodifiableCollectionTest(
H A DCollectionsTest.java25 import tests.support.Support_UnmodifiableCollectionTest;
1673 new Support_UnmodifiableCollectionTest("", Collections
1751 new Support_UnmodifiableCollectionTest("", smallList).runTest();
1872 new Support_UnmodifiableCollectionTest("", Collections
2262 new Support_UnmodifiableCollectionTest("values() from map test", modifiableMap.values())
2264 new Support_UnmodifiableCollectionTest("values() from unmodifiable map test",
H A DHashMapTest.java23 import tests.support.Support_UnmodifiableCollectionTest;
609 new Support_UnmodifiableCollectionTest(
H A DLinkedHashMapTest.java37 import tests.support.Support_UnmodifiableCollectionTest;
321 new Support_UnmodifiableCollectionTest(
H A DTreeMapTest.java22 import tests.support.Support_UnmodifiableCollectionTest;
722 new Support_UnmodifiableCollectionTest(
H A DArraysTest.java20 import tests.support.Support_UnmodifiableCollectionTest;
95 new Support_UnmodifiableCollectionTest("", convertedList).runTest();

Completed in 83 milliseconds