Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java167 List<ICaseResult> caseResults = module.getResults(); in testResultReporting() local
168 assertEquals("Expected 1 test case", 1, caseResults.size()); in testResultReporting()
169 ICaseResult caseResult = caseResults.get(0); in testResultReporting()
221 List<ICaseResult> caseResults = module.getResults(); in testRepeatedExecutions() local
222 assertEquals("Expected 1 test case", 1, caseResults.size()); in testRepeatedExecutions()
223 ICaseResult caseResult = caseResults.get(0); in testRepeatedExecutions()
401 List<ICaseResult> caseResults = module.getResults(); in testResultReporting_moduleNotDone() local
402 assertEquals("Expected 1 test case", 1, caseResults.size()); in testResultReporting_moduleNotDone()
403 ICaseResult caseResult = caseResults.get(0); in testResultReporting_moduleNotDone()
539 List<ICaseResult> caseResults = module.getResults(); in testResultReporter_sharded() local
[all …]