Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-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
229 ITestResult moduleBTest3 = moduleBCase.getOrCreateResult(METHOD_3); in testSerialization()
314 ITestResult moduleBTest3 = moduleBCase.getOrCreateResult(METHOD_3); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
323 new TestResultHistory(METHOD_3 + ":" + SUB_METHOD_3, executionRecords); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
449 String moduleBTest3 = String.format(XML_TEST_FAIL, METHOD_3, MESSAGE, STACK_TRACE, in writeResultDir()
604 assertEquals("Incorrect name", METHOD_3, moduleBTest3.getName()); in checkResult()
626 resultHistory.getSubTestName(METHOD_3, resultHistory.getTestName())); in checkResult()