Home
last modified time | relevance | path

Searched defs:tryGetCompletionCause (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestBuildersDeprecated.kt229 fun tryGetCompletionCause(): Throwable? = completionCause in runTest() method in kotlinx.coroutines.test.TestBodyCoroutine
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt304 fun tryGetCompletionCause(): Throwable? = completionCause in tryGetCompletionCause() method