Searched defs:exception (Results 1 – 8 of 8) sorted by relevance
141 val exception = in throwsExceptionForFlickerTestFailureIfRequested() constant186 val exception = in throwsExceptionForExecutionErrorsIfRequested() constant
60 val exception = in readGoldenTimeSeries_withUnavailableGolden_throwsGoldenNotFoundException() constant
76 var exception: Exception? = null in generateBitmapFromPixelCopy() variable
111 val exception = in <lambda>() constant
48 val exception = in cannotWriteFileWithoutScenario() constant
146 val exception = failure.exceptionOrNull() ?: error("Should have thrown failure") in exceptionMessageCheck() constant
155 val exception = assertThrows<Throwable> { methodInvoker.evaluate() } in failsTestAndNotModuleOnFlickerServiceMethodComputeError() constant
1308 String additionalMessage, Exception exception, FailureStatus defaultStatus) { in createFailureFromException()