All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.bkahlert.kommons.test.time.kt Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
package com.bkahlert.kommons.test

import com.bkahlert.kommons.invoke
import kotlinx.datetime.Clock
import kotlinx.datetime.Instant

/**
 * Returns a fixed [Clock] with its [Clock.now]
 * always returning the specified [now].
 */
public fun Clock.Companion.fixed(now: Instant): Clock = invoke { now }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy