Home
last modified time | relevance | path

Searched refs:testSimpleException (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DAsyncLazyTest.kt75 fun testSimpleException() = runTest( in testSimpleException() method in kotlinx.coroutines.AsyncLazyTest
DAsyncTest.kt44 fun testSimpleException() = runTest(expected = { it is TestException }) { in <lambda>() method in kotlinx.coroutines.AsyncTest