Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DFlickerServiceRule.kt177 metricsCollector.resultsForTest(description).filter { in handleFinished()
201 val resultsForTest = metricsCollector.resultsForTest(description) in testContainsFlicker() constant
202 return resultsForTest.any { it.status == AssertionResult.Status.FAIL } in testContainsFlicker()
/platform_testing/libraries/flicker/src/android/tools/flicker/
DIFlickerServiceResultsCollector.kt30 fun resultsForTest(description: Description): Collection<AssertionResult> method
DFlickerServiceResultsCollector.kt271 override fun resultsForTest(description: Description): Collection<AssertionResult> { in <lambda>() method
272 val resultsForTest = assertionResultsByTest[description] in <lambda>() constant
273 requireNotNull(resultsForTest) { "No results set for test $description" } in <lambda>()
274 return resultsForTest in <lambda>()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/
DFlickerServiceRuleTest.kt115 `when`(mockFlickerServiceResultsCollector.resultsForTest(mockDescription)) in doesNotThrowExceptionForFlickerTestFailureIfRequested()
135 `when`(mockFlickerServiceResultsCollector.resultsForTest(mockDescription)) in throwsExceptionForFlickerTestFailureIfRequested()
234 `when`(mockFlickerServiceResultsCollector.resultsForTest(mockDescription)) in assertionFailuresNotReportedIfUnderlyingTestFailed()
DFlickerServiceResultsCollectorTest.kt105 Truth.assertThat(collector.resultsForTest(testDescription)).isNotEmpty() in <lambda>()
124 Truth.assertThat(collector.resultsForTest(testDescription)).isNotEmpty() in <lambda>()