Solutions
Multiplatform
Server-side
Data science
Android
Docs
API
APIs overview
Standard library (stdlib)
Test library (kotlin.test)
Coroutines (kotlinx.coroutines)
Serialization (kotlinx.serialization)
Kotlin I/O library (kotlinx-io)
Date and time (kotlinx-datetime)
JVM Metadata (kotlin-metadata-jvm)
Kotlin Gradle plugins
Ktor
Compose Multiplatform Material3
Community
Teach
Play
Playground
Koans
kotlinx.coroutines
Toggle table of contents
1.10.2
common
jvm
Platform filter
common
jvm
Switch theme
Search in API
kotlinx.coroutines
kotlinx-coroutines-test
/
kotlinx.coroutines.test
/
currentTime
current
Time
common
jvm
@
ExperimentalCoroutinesApi
val
TestScope
.
currentTime
:
Long
(
source
)
The current virtual time on
testScheduler
.
See also
Test
Coroutine
Scheduler.
current
Time
@
ExperimentalCoroutinesApi
val
TestCoroutineScope
.
currentTime
:
Long
(
source
)
The current virtual time on
testScheduler
.
See also
Test
Coroutine
Scheduler.
current
Time