Searched refs:testExceptionAsynchronous (Results 1 – 4 of 4) sorted by relevance
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/ | ||
D | FlowableExceptionHandlingTest.kt | 51 fun testExceptionAsynchronous() = withExceptionHandler({ expectUnreached() }) { in <lambda>() method in kotlinx.coroutines.rx2.FlowableExceptionHandlingTest |
D | ObservableExceptionHandlingTest.kt | 52 fun testExceptionAsynchronous() = withExceptionHandler({ expectUnreached() }) { in <lambda>() method in kotlinx.coroutines.rx2.ObservableExceptionHandlingTest |
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/ | ||
D | FlowableExceptionHandlingTest.kt | 51 fun testExceptionAsynchronous() = withExceptionHandler({ expectUnreached() }) { in <lambda>() method |
D | ObservableExceptionHandlingTest.kt | 52 fun testExceptionAsynchronous() = withExceptionHandler({ expectUnreached() }) { in <lambda>() method in kotlinx.coroutines.rx3.ObservableExceptionHandlingTest |