Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-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
222 ITestResult moduleATest2 = moduleACase.getOrCreateResult(METHOD_2); in testSerialization()