Home
last modified time | relevance | path

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

/test/suite_harness/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()
DBusinessLogicHostExecutorTest.java52 private static final String METHOD_3 = THIS_CLASS + ".method3"; field in BusinessLogicHostExecutorTest
110 mExecutor.invokeMethod(METHOD_3, ARG_STRING_1); in testInvokeMethodWithStringAndDeviceArgs()
111 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_3); in testInvokeMethodWithStringAndDeviceArgs()
187 mExecutor.invokeMethod(METHOD_3, ARG_STRING_1, ARG_STRING_2); in testInvokeMethodTooManyArgs()
262 mInvoked = METHOD_3; in method3()
/test/suite_harness/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.java92 private static final String METHOD_3 = "testBlah3"; field in ResultHandlerTest
226 ITestResult moduleBTest3 = moduleBCase.getOrCreateResult(METHOD_3); in testSerialization()
311 ITestResult moduleBTest3 = moduleBCase.getOrCreateResult(METHOD_3); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
319 TestResultHistory resultHistory = new TestResultHistory(METHOD_3, executionRecords); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
436 String moduleBTest3 = String.format(XML_TEST_FAIL, METHOD_3, MESSAGE, STACK_TRACE, in writeResultDir()
573 assertEquals("Incorrect name", METHOD_3, moduleBTest3.getName()); in checkResult()
592 assertEquals("Incorrect test name", METHOD_3, resultHistory.getTestName()); in checkResult()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DConsoleReporterTest.java51 private static final String METHOD_3 = "testBlah3"; field in ConsoleReporterTest
120 TestDescription test3 = new TestDescription(CLASS, METHOD_3); in runTests()
126 TestDescription test4 = new TestDescription(CLASS, METHOD_3); in runTests()
DMetadataReporterTest.java53 private static final String METHOD_3 = "testBlah3"; field in MetadataReporterTest
129 TestDescription test3 = new TestDescription(CLASS, METHOD_3); in runTests()
135 TestDescription test4 = new TestDescription(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.java65 private static final String METHOD_3 = "testBlah3"; field in ResultReporterTest
68 private static final String TEST_3 = String.format("%s#%s", CLASS, METHOD_3);
153 TestDescription test3 = new TestDescription(CLASS, METHOD_3); in testResultReporting()
180 ITestResult result3 = caseResult.getResult(METHOD_3); in testResultReporting()
202 String[] methods = new String[] {METHOD_1, METHOD_2, METHOD_3}; in testRepeatedExecutions()
242 ITestResult result3 = caseResult.getResult(METHOD_3); in testRepeatedExecutions()