Home
last modified time | relevance | path

Searched refs:testNotifyOnceOnCancellation (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DFlowableTest.kt71 fun testNotifyOnceOnCancellation() = runTest { in <lambda>() method in kotlinx.coroutines.rx2.FlowableTest
DObservableTest.kt79 fun testNotifyOnceOnCancellation() = runTest { in <lambda>() method in kotlinx.coroutines.rx2.ObservableTest
DFlowAsObservableTest.kt64 fun testNotifyOnceOnCancellation() = runTest { in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DFlowableTest.kt70 fun testNotifyOnceOnCancellation() = runTest { in <lambda>() method
DObservableTest.kt79 fun testNotifyOnceOnCancellation() = runTest { in <lambda>() method in kotlinx.coroutines.rx3.ObservableTest
DFlowAsObservableTest.kt64 fun testNotifyOnceOnCancellation() = runTest { in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DFluxTest.kt72 fun testNotifyOnceOnCancellation() = runTest { in <lambda>() method in kotlinx.coroutines.reactor.FluxTest