VerificationContext

Provider for Verification.

Author

Matthias Geisler

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

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

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.