Expectation
interface Expectation
Handle with the aggregated information of a Proxy invocation. Intended for internal usage only!
Author
Matthias Geisler
Properties
Extensions
Link copied to clipboard
infix fun KMockContract.Expectation.and(other: KMockContract.Expectation): KMockContract.Expectation
Alias of intersect
Link copied to clipboard
infix fun KMockContract.Expectation.diff(other: KMockContract.Expectation): KMockContract.Expectation
Operator to determine the symmetrical difference of 2 VerificationHandles call indices. Both handles must be refer to same Proxy.
Link copied to clipboard
infix fun KMockContract.Expectation.intersection(other: KMockContract.Expectation): KMockContract.Expectation
Operator to determine the intersection of 2 VerificationHandles call indices. Both handles must be refer to same Proxy.
Link copied to clipboard
Alias of union
Link copied to clipboard
infix fun KMockContract.Expectation.union(other: KMockContract.Expectation): KMockContract.Expectation
Operator to determine the union of 2 VerificationHandles call indices. Both handles must be refer to same Proxy.
Link copied to clipboard
infix fun KMockContract.Expectation.xor(other: KMockContract.Expectation): KMockContract.Expectation
Alias of diff