coVerifyAll

fun coVerifyAll(inverse: Boolean = false, verifyBlock: suspend <Error class: unknown class>.() -> Unit): <Error class: unknown class>

Verifies that all calls inside verifyBlock happened. Does not verify any order. Coroutine version

If ordering is important, use coVerifyOrder

See also

Parameters

inverse

when true, the verification will check that the behaviour specified did not happen