now
Accesses the current virtual time within this test, as an Instant.
Example
test("Access the current time") {
println(time.now)
}
Content copied to clipboard
See also
Pass a way to access the time to another system
Accesses the current virtual time within this test, as an Instant.
test("Access the current time") {
println(time.now)
}
Pass a way to access the time to another system