Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java298 ITestResult finalTestResult2 = case1.getResult(METHOD_2); in testRetry() local
299 assertNotNull(String.format("Expected result for %s", TEST_2), finalTestResult2); in testRetry()
301 finalTestResult2.getResultStatus()); in testRetry()
615 ITestResult finalTestResult2 = case1.getResult(METHOD_2); in testRetryWithRunHistory() local
616 assertNotNull(String.format("Expected result for %s", TEST_2), finalTestResult2); in testRetryWithRunHistory()
620 finalTestResult2.getResultStatus()); in testRetryWithRunHistory()