Home
last modified time | relevance | path

Searched refs:TestException3 (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCancellableResumeTest.kt52 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
67 throw TestException3("FAIL") // onCancellation block fails with exception in <lambda>()
98 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
113 throw TestException3("FAIL") // onCancellation block fails with exception in <lambda>()
170 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
197 throw TestException3("FAIL") // onCancellation block fails with exception in <lambda>()
241 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
270 throw TestException3("FAIL") // onCancellation block fails with exception in <lambda>()
DTestBase.common.kt65 public class TestException3(message: String? = null, private val data: Any? = null) : Throwable(mes… class
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DJobExceptionsStressTest.kt43 throw TestException3() in testMultipleChildrenThrows()
53 TestException3::class in testMultipleChildrenThrows()