Searched refs:TestException3 (Results 1 – 3 of 3) sorted by relevance
52 { 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>()
65 public class TestException3(message: String? = null, private val data: Any? = null) : Throwable(mes… class
43 throw TestException3() in testMultipleChildrenThrows()53 TestException3::class in testMultipleChildrenThrows()