Home
last modified time | relevance | path

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

/cts/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.java69 private static final String METHOD_2 = "testBlah2"; field in ResultHandlerTest
166 ITestResult moduleATest2 = moduleACase.getOrCreateResult(METHOD_2); in testSerialization()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java62 private static final String METHOD_2 = "testBlah2"; field in ResultReporterTest
65 private static final String TEST_2 = String.format("%s#%s", CLASS, METHOD_2);
149 TestIdentifier test2 = new TestIdentifier(CLASS, METHOD_2); in testResultReporting()
175 ITestResult result2 = caseResult.getResult(METHOD_2); in testResultReporting()
201 String[] methods = new String[] {METHOD_1, METHOD_2, METHOD_3}; in testRepeatedExecutions()
233 ITestResult result2 = caseResult.getResult(METHOD_2); in testRepeatedExecutions()
259 ITestResult testResult2 = caseResult.getOrCreateResult(METHOD_2); in testRetry()
269 TestIdentifier test2 = new TestIdentifier(CLASS, METHOD_2); in testRetry()
297 ITestResult finalTestResult2 = case1.getResult(METHOD_2); in testRetry()
316 ITestResult testResult2 = caseResult.getOrCreateResult(METHOD_2); in testRetryCanSetDone()
[all …]
DConsoleReporterTest.java40 private static final String METHOD_2 = "testBlah2"; field in ConsoleReporterTest
102 TestIdentifier test2 = new TestIdentifier(CLASS, METHOD_2); in runTests()
DMetadataReporterTest.java51 private static final String METHOD_2 = "testBlah2"; field in MetadataReporterTest
123 TestIdentifier test2 = new TestIdentifier(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()
/cts/common/host-side/util/tests/src/com/android/compatibility/common/util/
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()