Asserter

interface Asserter

Container which holds actual references of proxy calls. The references are ordered by their invocation.

Author

Matthias Geisler

Functions

Link copied to clipboard
abstract fun clear()

Clears the Container

Properties

Link copied to clipboard

Holds the actual references

Extensions

Link copied to clipboard

Asserts a chain of Expectations. Each Expectation must be in strict order of the referenced Proxy invocations and all invocations must be present.

Link copied to clipboard

Asserts a chain of Expectations in a coroutine Context. Each Expectation must be in strict order of the referenced Proxy invocations and all invocations must be present. Use that context only in combination with proxy access methods.

Link copied to clipboard

Verifies a chain of Expectations in a Coroutine Context. Each Expectation must be in order but gaps are allowed. Also the chain does not need to be exhaustive. Use that context only in combination with proxy access methods.

Link copied to clipboard

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.

Link copied to clipboard

Verifies a chain of Expectations. Each Expectation must be in order but gaps are allowed. Also the chain does not need to be exhaustive.

Link copied to clipboard

Verifies a chain of Expectations. Expectation between different proxies can contain gaps. Also the chain does not need to be exhaustive.