asyncVerifyStrictOrder

suspend fun KMockContract.Asserter.asyncVerifyStrictOrder(action: suspend KMockContract.ChainedAssertion.() -> Any)

Verifies a chain of Expectations in a Coroutine Context. Expectation between different proxies can contain gaps. Also the chain does not need to be exhaustive. Use that context only in combination with proxy access methods.

Author

Matthias Geisler

Parameters

action

chain of Expectation Methods.

Throws

if given criteria are not met.