abstract class ConstantNowListener<Time : Temporal>
<init> |
ConstantNowListener(now: Time) |
changeNow |
fun changeNow(): Unit |
resetNow |
fun resetNow(): Unit |
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 |