Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/flicker/test/src/android/tools/flicker/
DFlickerServiceRuleTest.kt141 val exception = in throwsExceptionForFlickerTestFailureIfRequested() constant
186 val exception = in throwsExceptionForExecutionErrorsIfRequested() constant
/platform_testing/libraries/motion/tests/src/platform/test/motion/
DMotionTestRuleTest.kt60 val exception = in readGoldenTimeSeries_withUnavailableGolden_throwsGoldenNotFoundException() constant
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DWindowCapture.kt76 var exception: Exception? = null in generateBitmapFromPixelCopy() variable
/platform_testing/libraries/flicker/utils/test/src/android/tools/io/
DBaseResultReaderTestParseTrace.kt111 val exception = in <lambda>() constant
DResultWriterTest.kt48 val exception = in cannotWriteFileWithoutScenario() constant
/platform_testing/libraries/flicker/test/src/android/tools/integration/
DFullLegacyTestRun.kt146 val exception = failure.exceptionOrNull() ?: error("Should have thrown failure") in exceptionMessageCheck() constant
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/
DFlickerServiceDecoratorTest.kt155 val exception = assertThrows<Throwable> { methodInvoker.evaluate() } in failsTestAndNotModuleOnFlickerServiceMethodComputeError() constant
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java1308 String additionalMessage, Exception exception, FailureStatus defaultStatus) { in createFailureFromException()