Searched refs:latestRunResult (Results 1 – 1 of 1) sorted by relevance
244 TestRunResult latestRunResult = resultCollector.get(resultCollector.size() - 1); in testRun_retryOnFailedTestCaseOnly() local245 assertEquals(1, latestRunResult.getNumTests()); in testRun_retryOnFailedTestCaseOnly()246 latestRunResult.getTestResults().containsKey(fakeTestCase1); in testRun_retryOnFailedTestCaseOnly()