mockk verify after a delay
Whats the best way to verify after a delay?
For instance, I make a method call that calls postDelayed on some other object, and the call I want to verify happens in that run() block.
Is there an idiomatic or existing way with Mockk?