kotest-extensions / io.kotest.extensions.time / ConstantNowListener

ConstantNowListener

abstract class ConstantNowListener<Time : Temporal>

Constructors

<init>

ConstantNowListener(now: Time)

Functions

changeNow

fun changeNow(): Unit

resetNow

fun resetNow(): Unit

Inheritors

ConstantNowProjectListener

Simulate the value of now() while executing the project

class ConstantNowProjectListener<Time : Temporal> : ConstantNowListener<Time>, ProjectListener

ConstantNowTestListener

Simulate the value of now() while executing a test

class ConstantNowTestListener<Time : Temporal> : ConstantNowListener<Time>, TestListener