ensureVerificationOf

abstract fun ensureVerificationOf(vararg proxies: KMockContract.Proxy<*, *>)

Ensures that given Proxies are covered by the AssertionChain.

Throws

IllegalStateException

if a given Proxy is not covered by a AssertionChain.