Searched refs:executionError (Results 1 – 11 of 11) sorted by relevance
38 final override val executionError: Throwable? = _executionError constant53 executionError in <lambda>()61 executionError?.let { in <lambda>()
40 private var executionError: Throwable? = null variable in android.tools.traces.io.ResultWriter65 executionError = error in <lambda>()104 executionError in write()
27 val executionError: Throwable? constant
68 override val executionError in <lambda>() constant69 get() = result.executionError in <lambda>()
162 val executionError = Throwable(Consts.FAILURE) in neverThrowsExceptionForExecutionErrors() constant164 .thenReturn(listOf(executionError)) in neverThrowsExceptionForExecutionErrors()182 val executionError = Throwable(Consts.FAILURE) in throwsExceptionForExecutionErrorsIfRequested() constant184 .thenReturn(listOf(executionError)) in throwsExceptionForExecutionErrorsIfRequested()209 val executionError = Throwable(Consts.FAILURE) in canBeDisabled() constant211 .thenReturn(listOf(executionError)) in canBeDisabled()
31 resultReader.executionError ?: doRunAssertion(assertion) in runAssertion()
110 assertExceptionMessage(result.executionError, EMPTY_TRANSITIONS_ERROR) in failsWithNoTransitions()131 assertExceptionMessage(result.executionError, Consts.FAILURE) in failsWithTransitionError()152 assertExceptionMessage(result.executionError, Consts.FAILURE) in failsWithSetupErrorAndHasTraces()173 assertExceptionMessage(result.executionError, Consts.FAILURE) in failsWithTeardownErrorAndHasTraces()
33 val executionError: Throwable? constant
161 for (executionError in metricsCollector.executionErrors) { in handleFinished() method162 Log.e(LOG_TAG, "FaaS reported execution errors", executionError) in handleFinished()
46 override val executionError = null constant in android.tools.utils.ParsedTracesReader
102 .that(result.executionError) in writesRunFailureFile()