co Verify Order
fun coVerifyOrder(inverse: Boolean = false, verifyBlock: suspend <Error class: unknown class>.() -> Unit): <Error class: unknown class>
Verifies that all calls inside verifyBlock happened, checking that they happened in the order declared. Coroutine version.
Parameters
inverse
when true, the verification will check that the behaviour specified did not happen