Home
last modified time | relevance | path

Searched refs:TEST_1 (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DSubPlanTest.java41 private static final String TEST_1 = "android.test.Foo#test1"; field in SubPlanTest
55 subPlan.addIncludeFilter(new TestFilter(ABI, MODULE_A, TEST_1).toString()); in testSerialization()
61 subPlan.addExcludeFilter(new TestFilter(null, MODULE_B, TEST_1).toString()); in testSerialization()
85 entries.add(generateEntryXml(ABI, MODULE_A, TEST_1, true)); // include format 1 in testParsing()
91 new TestFilter(null, MODULE_B, TEST_1).toString(), false)); in testParsing()
114 new TestFilter(ABI, MODULE_A, TEST_1).toString())); in checkSubPlan()
124 new TestFilter(null, MODULE_B, TEST_1).toString())); in checkSubPlan()
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DTestResultTest.java28 private static final String TEST_1 = String.format("%s#%s", CLASS, METHOD_1); field in TestResultTest
45 assertEquals("Incorrect full name", TEST_1, mResult.getFullName()); in testAccessors()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java66 private static final String TEST_1 = String.format("%s#%s", CLASS, METHOD_1); field in ResultReporterTest
173 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testResultReporting()
174 assertEquals(String.format("Expected pass for %s", TEST_1), TestStatus.PASS, in testResultReporting()
229 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testRepeatedExecutions()
230 assertEquals(String.format("Expected pass for %s", TEST_1), TestStatus.PASS, in testRepeatedExecutions()
292 assertNotNull(String.format("Expected result for %s", TEST_1), finalTestResult1); in testRetry()
293 assertEquals(String.format("Expected fail for %s", TEST_1), TestStatus.FAIL, in testRetry()
407 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testResultReporting_moduleNotDone()
408 assertEquals(String.format("Expected pass for %s", TEST_1), TestStatus.PASS, in testResultReporting_moduleNotDone()
545 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testResultReporter_sharded()
[all …]