verifySuspend

fun verifySuspend(mode: VerifyMode? = null, block: suspend MokkeryTemplatingScope.() -> Unit)(source)

Just like verify, but allows suspendable function calls.

Parameters

mode

determines how strict the verification should be. If not provided, default value is used.


Just like verify, but allows suspendable function calls.

If verify mode is exhaustive, mocks from MokkerySuiteScope are also checked.

Parameters

mode

determines how strict the verification should be. If not provided, default value is used.