Home
last modified time | relevance | path

Searched refs:METHOD_3 (Results 1 – 7 of 7) sorted by relevance

/cts/common/host-side/util/tests/src/com/android/compatibility/common/util/
DModuleResultTest.java37 private static final String METHOD_3 = "testBlah3"; field in ModuleResultTest
73 testCase.getOrCreateResult(METHOD_3).passed(null); in testCountResults()
81 caseResult.getOrCreateResult(METHOD_3).passed(null); in testMergeModule()
85 caseResult2.getOrCreateResult(METHOD_3).passed(null); in testMergeModule()
96 otherCaseResult.getOrCreateResult(METHOD_3).passed(null); in testMergeModule()
/cts/common/util/tests/src/com/android/compatibility/common/util/
DCaseResultTest.java29 private static final String METHOD_3 = "testBlah3"; field in CaseResultTest
75 mResult.getOrCreateResult(METHOD_3).passed(null); in testCountResults()
88 otherResult.getOrCreateResult(METHOD_3).failed(STACK_TRACE); in testMergeCase()
103 otherResult.getOrCreateResult(METHOD_3).failed(STACK_TRACE); in testMergeCase_passToFail()
DResultHandlerTest.java70 private static final String METHOD_3 = "testBlah3"; field in ResultHandlerTest
173 ITestResult moduleBTest3 = moduleBCase.getOrCreateResult(METHOD_3); in testSerialization()
232 String moduleBTest3 = String.format(XML_TEST_FAIL, METHOD_3, MESSAGE, STACK_TRACE, in writeResultDir()
340 assertEquals("Incorrect name", METHOD_3, moduleBTest3.getName()); in checkResult()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DConsoleReporterTest.java41 private static final String METHOD_3 = "testBlah3"; field in ConsoleReporterTest
108 TestIdentifier test3 = new TestIdentifier(CLASS, METHOD_3); in runTests()
114 TestIdentifier test4 = new TestIdentifier(CLASS, METHOD_3); in runTests()
DMetadataReporterTest.java52 private static final String METHOD_3 = "testBlah3"; field in MetadataReporterTest
128 TestIdentifier test3 = new TestIdentifier(CLASS, METHOD_3); in runTests()
134 TestIdentifier test4 = new TestIdentifier(CLASS, METHOD_3); in runTests()
DSubPlanHelperTest.java65 private static final String METHOD_3 = "testBlah3"; field in SubPlanHelperTest
120 TestFilter tf3 = new TestFilter(ABI, NAME_B, String.format("%s#%s", CLASS_B, METHOD_3)); in testCreateSubPlan()
183 ITestResult moduleBTest3 = moduleBCase.getOrCreateResult(METHOD_3); in populateResults()
DResultReporterTest.java63 private static final String METHOD_3 = "testBlah3"; field in ResultReporterTest
66 private static final String TEST_3 = String.format("%s#%s", CLASS, METHOD_3);
152 TestIdentifier test3 = new TestIdentifier(CLASS, METHOD_3); in testResultReporting()
179 ITestResult result3 = caseResult.getResult(METHOD_3); in testResultReporting()
201 String[] methods = new String[] {METHOD_1, METHOD_2, METHOD_3}; in testRepeatedExecutions()
241 ITestResult result3 = caseResult.getResult(METHOD_3); in testRepeatedExecutions()