Adjustable Instant Provider
class AdjustableInstantProvider(instant: Instant = Instant.now().with(ChronoField.NANO_OF_SECOND, 0), adjustmentMillis: Long = 0) : InstantProvider(source)
Implementation of InstantProvider that is adjustable in milliseconds by the use of adjust to simulate changes in time
Constructors
Link copied to clipboard
fun AdjustableInstantProvider(instant: Instant = Instant.now().with(ChronoField.NANO_OF_SECOND, 0), adjustmentMillis: Long = 0)