Searched refs:Support_ListTest (Results 1 - 5 of 5) sorted by relevance

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ListTest.java25 public class Support_ListTest extends junit.framework.TestCase { class in inherits:junit.framework.TestCase
29 public Support_ListTest(String p1) { method in class:Support_ListTest
33 public Support_ListTest(String p1, List<Integer> l) { method in class:Support_ListTest
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DArrayListTest.java29 import tests.support.Support_ListTest;
47 new Support_ListTest("", alist).runTest();
52 new Support_ListTest("", subList.subList(50, 150)).runTest();
H A DLinkedListTest.java34 import tests.support.Support_ListTest;
64 new Support_ListTest("", ll).runTest();
69 new Support_ListTest("", subList.subList(50, 150)).runTest();
H A DVectorTest.java29 import tests.support.Support_ListTest;
48 new Support_ListTest("", tv).runTest();
53 new Support_ListTest("", tv.subList(50, 150)).runTest();
H A DCollectionsTest.java50 import tests.support.Support_ListTest;
1345 new Support_ListTest("", myList).runTest();
1356 new Support_ListTest("", myList).runTest();

Completed in 372 milliseconds