verify Strict Order
fun KMockContract.Asserter.verifyStrictOrder(action: KMockContract.ChainedAssertion.() -> Any)
Content copied to clipboard
Verifies a chain of Expectations. Expectation between different proxies can contain gaps. Also the chain does not need to be exhaustive.
Author
Matthias Geisler
Parameters
action
chain of Expectation Methods.
Throws
if given criteria are not met.