Searched refs:TEST_2 (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 | 42 private static final String TEST_2 = "android.test.Foo#test2"; field in SubPlanTest 57 includeFilterSet.add(new TestFilter(ABI, MODULE_A, TEST_2).toString()); in testSerialization() 63 excludeFilterSet.add(new TestFilter(null, MODULE_B, TEST_2).toString()); in testSerialization() 86 entries.add(generateEntryXml(ABI, MODULE_A, TEST_2, true)); in testParsing() 93 new TestFilter(null, MODULE_B, TEST_2).toString(), false)); in testParsing() 116 new TestFilter(ABI, MODULE_A, TEST_2).toString())); in checkSubPlan() 126 new TestFilter(null, MODULE_B, TEST_2).toString())); in checkSubPlan()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporterTest.java | 67 private static final String TEST_2 = String.format("%s#%s", CLASS, METHOD_2); field in ResultReporterTest 177 assertNotNull(String.format("Expected result for %s", TEST_2), result2); in testResultReporting() 178 assertEquals(String.format("Expected fail for %s", TEST_2), TestStatus.FAIL, in testResultReporting() 235 assertNotNull(String.format("Expected result for %s", TEST_2), result2); in testRepeatedExecutions() 236 assertEquals(String.format("Expected fail for %s", TEST_2), TestStatus.FAIL, in testRepeatedExecutions() 299 assertNotNull(String.format("Expected result for %s", TEST_2), finalTestResult2); in testRetry() 300 assertEquals(String.format("Expected pass for %s", TEST_2), TestStatus.PASS, in testRetry() 616 assertNotNull(String.format("Expected result for %s", TEST_2), finalTestResult2); in testRetryWithRunHistory() 618 String.format("Expected pass for %s", TEST_2), in testRetryWithRunHistory()
|