Searched refs:resultsForTest (Results 1 – 5 of 5) sorted by relevance
177 metricsCollector.resultsForTest(description).filter { in handleFinished()201 val resultsForTest = metricsCollector.resultsForTest(description) in testContainsFlicker() constant202 return resultsForTest.any { it.status == AssertionResult.Status.FAIL } in testContainsFlicker()
30 fun resultsForTest(description: Description): Collection<AssertionResult> method
271 override fun resultsForTest(description: Description): Collection<AssertionResult> { in <lambda>() method272 val resultsForTest = assertionResultsByTest[description] in <lambda>() constant273 requireNotNull(resultsForTest) { "No results set for test $description" } in <lambda>()274 return resultsForTest in <lambda>()
115 `when`(mockFlickerServiceResultsCollector.resultsForTest(mockDescription)) in doesNotThrowExceptionForFlickerTestFailureIfRequested()135 `when`(mockFlickerServiceResultsCollector.resultsForTest(mockDescription)) in throwsExceptionForFlickerTestFailureIfRequested()234 `when`(mockFlickerServiceResultsCollector.resultsForTest(mockDescription)) in assertionFailuresNotReportedIfUnderlyingTestFailed()
105 Truth.assertThat(collector.resultsForTest(testDescription)).isNotEmpty() in <lambda>()124 Truth.assertThat(collector.resultsForTest(testDescription)).isNotEmpty() in <lambda>()