verifyOrder

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

Verifies that all calls inside verifyBlock happened, checking that they happened in the order declared.

See also

Parameters

inverse

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