Verification Context
Functions
Link copied to clipboard
Collects all invocation of a FunProxy.
Link copied to clipboard
abstract fun KMockContract.FunProxy<*, *>.hasBeenCalledWith(vararg arguments: Any?): KMockContract.Expectation
Collects all invocation of an FunProxy which matches the given Arguments.
Link copied to clipboard
abstract fun KMockContract.FunProxy<*, *>.hasBeenCalledWithout(vararg illegal: Any?): KMockContract.Expectation
Collects all invocation of an FunProxy which matches the given Arguments.
Link copied to clipboard
Collects all invocation of a FunProxy which contain no Arguments.
Link copied to clipboard
abstract fun KMockContract.FunProxy<*, *>.hasBeenStrictlyCalledWith(vararg arguments: Any?): KMockContract.Expectation
Collects all invocation of an FunProxy which matches the given Arguments.
Link copied to clipboard
Collects all invocation of an PropertyProxy Getter.
Link copied to clipboard
Collects all invocation of an PropertyProxy Setter.
Link copied to clipboard
Collects all invocation of an PropertyProxy Setter with the given Value.