Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DFlickerServiceRule.kt161 for (executionError in metricsCollector.executionErrors) { in handleFinished()
166 throw metricsCollector.executionErrors.first() in handleFinished()
169 if (testSkipped || testFailed || metricsCollector.executionErrors.isNotEmpty()) { in handleFinished()
206 return metricsCollector.executionErrors.isNotEmpty() in testContainsServiceError()
/platform_testing/libraries/flicker/src/android/tools/flicker/
DIFlickerServiceResultsCollector.kt25 val executionErrors: List<Throwable> constant
DFlickerServiceResultsCollector.kt55 override val executionErrors in <lambda>() constant
289 val status = if (executionErrors.isEmpty()) OK_STATUS_CODE else EXECUTION_ERROR_STATUS_CODE in <lambda>()
300 if (executionErrors.isEmpty()) { in <lambda>()
304 executionErrors in <lambda>()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/
DFlickerServiceResultsCollectorTest.kt73 Truth.assertThat(collector.executionErrors).isEmpty() in <lambda>()
104 Truth.assertThat(collector.executionErrors).isEmpty() in <lambda>()
123 Truth.assertThat(collector.executionErrors).isEmpty() in <lambda>()
142 Truth.assertThat(collector.executionErrors).isEmpty() in <lambda>()
162 Truth.assertThat(collector.executionErrors).isEmpty() in <lambda>()
187 Truth.assertThat(collector.executionErrors).isEmpty() in <lambda>()
213 Truth.assertThat(collector.executionErrors).isNotEmpty() in <lambda>()
243 Truth.assertThat(collector.executionErrors).isEmpty() in <lambda>()
280 Truth.assertThat(collector.executionErrors).isEmpty() in <lambda>()
301 Truth.assertThat(collector.executionErrors).isNotEmpty() in <lambda>()
DFlickerServiceRuleTest.kt163 `when`(mockFlickerServiceResultsCollector.executionErrors) in neverThrowsExceptionForExecutionErrors()
183 `when`(mockFlickerServiceResultsCollector.executionErrors) in throwsExceptionForExecutionErrorsIfRequested()
210 `when`(mockFlickerServiceResultsCollector.executionErrors) in canBeDisabled()