Searched defs:testDelay (Results 1 – 8 of 8) sorted by relevance
22 fun testDelay() = runTest { in <lambda>() method
33 fun testDelay() { in testDelay() method
9 fun testDelay() = runTest { in <lambda>() method
16 fun testDelay() = runTest { in <lambda>() method in kotlinx.coroutines.time.DurationOverflowTest
75 fun testDelay() = runBlocking { in <lambda>() method in kotlinx.coroutines.scheduling.CoroutineDispatcherTest
35 fun testDelay() = withVirtualTimeSource { in invoke() method in kotlinx.coroutines.channels.TickerChannelCommonTest
178 def testDelay(self): member in QualityMeasurementTest
177 fun testDelay() = runTestOrSkip { in <lambda>() method in kotlinx.coroutines.testing.MainDispatcherTestBase.WithRealTimeDelay