Expectation

interface Expectation

Handle with the aggregated information of a Proxy invocation. Intended for internal usage only!

Author

Matthias Geisler

Properties

Link copied to clipboard
abstract val callIndices: List<Int>

List with aggregated indices of invocation of the referred Proxy.

Link copied to clipboard
abstract val proxy: KMockContract.Proxy<*, *>

Reference of the Proxy.

Extensions

Link copied to clipboard
Link copied to clipboard

Operator to determine the symmetrical difference of 2 VerificationHandles call indices. Both handles must be refer to same Proxy.

Link copied to clipboard

Operator to determine the intersection of 2 VerificationHandles call indices. Both handles must be refer to same Proxy.

Link copied to clipboard
Link copied to clipboard

Operator to determine the union of 2 VerificationHandles call indices. Both handles must be refer to same Proxy.

Link copied to clipboard