co Verify Sequence
fun coVerifySequence(inverse: Boolean = false, verifyBlock: suspend <Error class: unknown class>.() -> Unit): <Error class: unknown class>
Verifies that all calls inside verifyBlock happened, and no other call was made to those mocks. Coroutine version.
Parameters
inverse
when true, the verification will check that the behaviour specified did not happen