Home
last modified time | relevance | path

Searched refs:testExceptionAsynchronous (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DFlowableExceptionHandlingTest.kt51 fun testExceptionAsynchronous() = withExceptionHandler({ expectUnreached() }) { in <lambda>() method in kotlinx.coroutines.rx2.FlowableExceptionHandlingTest
DObservableExceptionHandlingTest.kt52 fun testExceptionAsynchronous() = withExceptionHandler({ expectUnreached() }) { in <lambda>() method in kotlinx.coroutines.rx2.ObservableExceptionHandlingTest
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DFlowableExceptionHandlingTest.kt51 fun testExceptionAsynchronous() = withExceptionHandler({ expectUnreached() }) { in <lambda>() method
DObservableExceptionHandlingTest.kt52 fun testExceptionAsynchronous() = withExceptionHandler({ expectUnreached() }) { in <lambda>() method in kotlinx.coroutines.rx3.ObservableExceptionHandlingTest