Expectation

interface Expectation

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

Author

Matthias Geisler

Properties

callIndices
Link copied to clipboard
common
abstract val callIndices: List<Int>
List with aggregated indices of invocation of the referred Proxy.
proxy
Link copied to clipboard
common
abstract val proxy: KMockContract.Proxy<*, *>
Reference of the Proxy.

Extensions

and
Link copied to clipboard
common
Alias of intersect
diff
Link copied to clipboard
common
Operator to determine the symmetrical difference of 2 VerificationHandles call indices.
intersection
Link copied to clipboard
common
Operator to determine the intersection of 2 VerificationHandles call indices.
or
Link copied to clipboard
common
Alias of union
union
Link copied to clipboard
common
Operator to determine the union of 2 VerificationHandles call indices.
xor
Link copied to clipboard
common
Alias of diff