Home
last modified time | relevance | path

Searched refs:RecoverableTestCancellationException (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/
DtestSendFromScope.txt1 kotlinx.coroutines.RecoverableTestCancellationException
8 Caused by: kotlinx.coroutines.RecoverableTestCancellationException
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DSuppressionTests.kt72 val exception = RecoverableTestCancellationException() in <lambda>()
DStackTraceRecoveryChannelsTest.kt143 channel.cancel(RecoverableTestCancellationException()) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DTestBase.common.kt69 public class RecoverableTestCancellationException(message: String? = null) : CancellationException(… class