Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCancellableResumeOldTest.kt236 fun testResumeCancelWhileDispatchedWithHandlerFailure() = runTest( in <lambda>() method
DCancellableResumeTest.kt258 fun testResumeCancelWhileDispatchedWithHandlerFailure() = runTest( in <lambda>() method in kotlinx.coroutines.CancellableResumeTest