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.testing.RecoverableTestCancellationException
8 Caused by: kotlinx.coroutines.testing.RecoverableTestCancellationException
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DSuppressionTests.kt70 val exception = RecoverableTestCancellationException() in <lambda>()
DStackTraceRecoveryChannelsTest.kt132 channel.cancel(RecoverableTestCancellationException()) in <lambda>()
/external/kotlinx.coroutines/test-utils/common/src/
DTestBase.common.kt262 public class RecoverableTestCancellationException(message: String? = null) : CancellationException(… class