Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java257 ITestResult testResult1 = caseResult.getOrCreateResult(METHOD_1); in testRetry() local
258 testResult1.setResultStatus(TestStatus.PASS); in testRetry()
259 testResult1.setRetry(true); in testRetry()
314 ITestResult testResult1 = caseResult.getOrCreateResult(METHOD_1); in testRetryCanSetDone() local
315 testResult1.setResultStatus(TestStatus.PASS); in testRetryCanSetDone()
316 testResult1.setRetry(true); in testRetryCanSetDone()
353 ITestResult testResult1 = caseResult.getOrCreateResult(METHOD_1); in testRetryCannotSetDone() local
354 testResult1.setResultStatus(TestStatus.PASS); in testRetryCannotSetDone()
355 testResult1.setRetry(true); in testRetryCannotSetDone()
561 ITestResult testResult1 = caseResult.getOrCreateResult(METHOD_1); in testRetryWithRunHistory() local
[all …]