Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DTransitionRunner.kt157 } catch (e: TestTeardownFailure) { in safeExecution()
212 @Throws(TestTeardownFailure::class)
217 throw TestTeardownFailure(e) in runTestTeardown()
340 class TestTeardownFailure(val e: Throwable) : Throwable(e) class
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/
DFlickerDSLTest.kt26 import com.android.server.wm.flicker.TransitionRunner.Companion.TestTeardownFailure
299 runAndAssertFlickerFailsWithException(flicker, TestTeardownFailure::class.java) in canDetectTestTeardownExecutionError()