Searched refs:TEST_3 (Results 1 – 2 of 2) sorted by relevance
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/ |
D | SubPlanTest.java | 43 private static final String TEST_3 = "android.test.Foo#test3"; field in SubPlanTest 58 includeFilterSet.add(new TestFilter(ABI, MODULE_A, TEST_3).toString()); in testSerialization() 64 excludeFilterSet.add(new TestFilter(null, MODULE_B, TEST_3).toString()); in testSerialization() 88 new TestFilter(ABI, MODULE_A, TEST_3).toString(), true)); // include format 2 in testParsing() 95 new TestFilter(null, MODULE_B, TEST_3).toString(), false)); in testParsing() 118 new TestFilter(ABI, MODULE_A, TEST_3).toString())); in checkSubPlan() 128 new TestFilter(null, MODULE_B, TEST_3).toString())); in checkSubPlan()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporterTest.java | 68 private static final String TEST_3 = String.format("%s#%s", CLASS, METHOD_3); field in ResultReporterTest 181 assertNotNull(String.format("Expected result for %s", TEST_3), result3); in testResultReporting() 182 assertEquals(String.format("Expected fail for %s", TEST_3), TestStatus.FAIL, in testResultReporting() 243 assertNotNull(String.format("Expected result for %s", TEST_3), result3); in testRepeatedExecutions() 244 assertEquals(String.format("Expected fail for %s", TEST_3), TestStatus.FAIL, in testRepeatedExecutions()
|