fun <T> verifyBlocking(mock: T, f: suspend T.() -> Unit): Unit
Verifies certain suspending behavior happened once.
Warning: Only one method call can be verified in the function. Subsequent method calls are ignored!