Home
last modified time | relevance | path

Searched refs:testTimeSource (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DVirtualTimeSource.kt15 val testTimeSource = VirtualTimeSource(log) in withVirtualTimeSource() constant
16 timeSource = testTimeSource in withVirtualTimeSource()
22 testTimeSource.shutdown() in withVirtualTimeSource()
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DTestCoroutineSchedulerTest.kt318 val before = testTimeSource.markNow() in <lambda>()
319 val actual = testTimeSource.measureTime { in <lambda>()
323 val after = testTimeSource.markNow() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt139 public val TestScope.testTimeSource: TimeSource.WithComparableMarks get() = testScheduler.timeSource in advanceUntilIdle() constant