Searched refs:testSimpleException (Results 1 – 2 of 2) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ | ||
D | AsyncLazyTest.kt | 75 fun testSimpleException() = runTest( in testSimpleException() method in kotlinx.coroutines.AsyncLazyTest |
D | AsyncTest.kt | 44 fun testSimpleException() = runTest(expected = { it is TestException }) { in <lambda>() method in kotlinx.coroutines.AsyncTest |