Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/test/future/
DFutureExceptionsTest.kt16 fun testAwait() { in <lambda>() method
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/test/
DListenableFutureExceptionsTest.kt18 fun testAwait() { in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DReactorContextTest.kt39 fun testAwait() = runBlocking(Context.of(3, "3").asCoroutineContext()) { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCompletableDeferredTest.kt152 fun testAwait() = runTest { in <lambda>() method in kotlinx.coroutines.CompletableDeferredTest