Home
last modified time | relevance | path

Searched refs:testSingleAwait (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DObservableSingleTest.kt32 fun testSingleAwait() = runBlocking { in <lambda>() method in kotlinx.coroutines.rx3.ObservableSingleTest
DSingleTest.kt97 fun testSingleAwait() = runBlocking { in <lambda>() method in kotlinx.coroutines.rx3.SingleTest
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DObservableSingleTest.kt32 fun testSingleAwait() = runBlocking { in <lambda>() method in kotlinx.coroutines.rx2.ObservableSingleTest
DSingleTest.kt97 fun testSingleAwait() = runBlocking { in <lambda>() method in kotlinx.coroutines.rx2.SingleTest
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DFluxSingleTest.kt34 fun testSingleAwait() = runBlocking { in <lambda>() method in kotlinx.coroutines.reactor.FluxSingleTest