verifyAll

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

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

If ordering is important, use verifyOrder.

See also

Parameters

inverse

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