Home | History | Annotate | Download | only in test

Lines Matching defs:testCases

53         List<TestCase> testCases = mAndroidTestRunner.getTestCases();
54 assertNotNull(testCases);
55 assertEquals(1, testCases.size());
56 assertEquals("warning", testCases.get(0).getName());
63 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
64 assertNotNull(testCases);
65 assertEquals(1, testCases.size());
66 assertEquals("testOne", testCases.get(0).getName());
107 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
108 for (TestCase testCase : testCases) {
123 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
124 for (TestCase testCase : testCases) {
142 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
144 for (TestCase testCase : testCases) {
154 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
156 for (TestCase testCase : testCases) {
165 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
167 for (TestCase testCase : testCases) {