gabrielfv
mockkStatic(Instant::class) every { Instant.now() } returns Actual andThen { println("called now!") }