Searched refs:testAwait (Results 1 – 4 of 4) sorted by relevance
16 fun testAwait() { in <lambda>() method
18 fun testAwait() { in <lambda>() method
39 fun testAwait() = runBlocking(Context.of(3, "3").asCoroutineContext()) { in <lambda>() method
152 fun testAwait() = runTest { in <lambda>() method in kotlinx.coroutines.CompletableDeferredTest