Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DCaseResultTest.java28 private static final String METHOD_2 = "testBlah2"; field in CaseResultTest
66 testResult = mResult.getOrCreateResult(METHOD_2); in testResultReporting()
74 mResult.getOrCreateResult(METHOD_2).failed(STACK_TRACE); in testCountResults()
82 mResult.getOrCreateResult(METHOD_2).passed(null); in testMergeCase()
87 otherResult.getOrCreateResult(METHOD_2).passed(null); in testMergeCase()
102 otherResult.getOrCreateResult(METHOD_2).passed(null); in testMergeCase_passToFail()
DResultHandlerTest.java91 private static final String METHOD_2 = "testBlah2"; field in ResultHandlerTest
219 ITestResult moduleATest2 = moduleACase.getOrCreateResult(METHOD_2); in testSerialization()
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutorTest.java51 private static final String METHOD_2 = THIS_CLASS + ".method2"; field in BusinessLogicHostExecutorTest
101 mExecutor.invokeMethod(METHOD_2, ARG_STRING_1, ARG_STRING_2); in testInvokeMethodWithStringArgs()
102 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_2); in testInvokeMethodWithStringArgs()
192 mExecutor.invokeMethod(METHOD_2, ARG_STRING_1); in testInvokeMethodTooFewArgs()
203 mExecutor.executeCondition(METHOD_2, ARG_STRING_1, ARG_STRING_1)); in testExecuteConditionCheckReturnValue()
205 mExecutor.executeCondition(METHOD_2, ARG_STRING_1, ARG_STRING_2)); in testExecuteConditionCheckReturnValue()
215 mExecutor.executeAction(METHOD_2, ARG_STRING_1, ARG_STRING_2); in testExecuteAction()
216 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_2); in testExecuteAction()
256 mInvoked = METHOD_2; in method2()
DModuleResultTest.java36 private static final String METHOD_2 = "testBlah2"; field in ModuleResultTest
72 testCase.getOrCreateResult(METHOD_2).failed(STACK_TRACE); in testCountResults()
95 otherCaseResult.getOrCreateResult(METHOD_2).passed(null); in testMergeModule()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java64 private static final String METHOD_2 = "testBlah2"; field in ResultReporterTest
67 private static final String TEST_2 = String.format("%s#%s", CLASS, METHOD_2);
150 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in testResultReporting()
176 ITestResult result2 = caseResult.getResult(METHOD_2); in testResultReporting()
202 String[] methods = new String[] {METHOD_1, METHOD_2, METHOD_3}; in testRepeatedExecutions()
234 ITestResult result2 = caseResult.getResult(METHOD_2); in testRepeatedExecutions()
260 ITestResult testResult2 = caseResult.getOrCreateResult(METHOD_2); in testRetry()
270 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in testRetry()
298 ITestResult finalTestResult2 = case1.getResult(METHOD_2); in testRetry()
317 ITestResult testResult2 = caseResult.getOrCreateResult(METHOD_2); in testRetryCanSetDone()
[all …]
DConsoleReporterTest.java50 private static final String METHOD_2 = "testBlah2"; field in ConsoleReporterTest
114 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in runTests()
DMetadataReporterTest.java52 private static final String METHOD_2 = "testBlah2"; field in MetadataReporterTest
124 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in runTests()
DSubPlanHelperTest.java64 private static final String METHOD_2 = "testBlah2"; field in SubPlanHelperTest
177 ITestResult moduleATest2 = moduleACase.getOrCreateResult(METHOD_2); in populateResults()