Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DFlowableExceptionHandlingTest.kt119 …fun testAsynchronousFatalExceptionFromSubscribe() = withExceptionHandler(handler<LinkageError>(3))… in <lambda>() method
DObservableExceptionHandlingTest.kt128 …fun testAsynchronousFatalExceptionFromSubscribe() = withExceptionHandler(handler<LinkageError>(3))… in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DFlowableExceptionHandlingTest.kt119 …fun testAsynchronousFatalExceptionFromSubscribe() = withExceptionHandler(handler<LinkageError>(3))… in <lambda>() method in kotlinx.coroutines.rx3.FlowableExceptionHandlingTest
DObservableExceptionHandlingTest.kt128 …fun testAsynchronousFatalExceptionFromSubscribe() = withExceptionHandler(handler<LinkageError>(3))… in <lambda>() method