Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DFlickerServiceRule.kt53 failTestOnServiceError: Boolean = false,
72 private val failTestOnServiceError: Boolean = constant
76 ?: failTestOnServiceError
165 if (failTestOnServiceError && testContainsServiceError()) { in handleFinished()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/
DFlickerServiceRuleTest.kt178 failTestOnServiceError = true, in throwsExceptionForExecutionErrorsIfRequested()