Join Slack
Powered by
I think the right form is to use `mockkStatic` now...
# mockk
l
LeoColman
05/23/2019, 1:29 PM
I think the right form is to use
mockkStatic
now:
Copy code
mockkStatic(Instant::class) every { Instant.now() } returns ...
Open in Slack
Previous
Next