Home
last modified time | relevance | path

Searched refs:testRunnableRespectsDelays (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DSchedulerTest.kt440 testRunnableRespectsDelays(scheduler::scheduleDirect) in <lambda>()
446 testRunnableRespectsDelays(scheduler.createWorker()::schedule) in <lambda>()
449 private suspend fun testRunnableRespectsDelays(block: RxSchedulerBlockWithDelay) { in <lambda>() method in kotlinx.coroutines.rx3.SchedulerTest
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DSchedulerTest.kt440 testRunnableRespectsDelays(scheduler::scheduleDirect) in <lambda>()
446 testRunnableRespectsDelays(scheduler.createWorker()::schedule) in <lambda>()
449 private suspend fun testRunnableRespectsDelays(block: RxSchedulerBlockWithDelay) { in <lambda>() method in kotlinx.coroutines.rx2.SchedulerTest