Verification Context
interface VerificationContext
Content copied to clipboard
Provider for Verification.
Author
Matthias Geisler
Functions
hasBeenCalled
Link copied to clipboard
abstract fun KMockContract.FunProxy<*, *>.hasBeenCalled(): KMockContract.Expectation
Content copied to clipboard
hasBeenCalledWith
Link copied to clipboard
abstract fun KMockContract.FunProxy<*, *>.hasBeenCalledWith(vararg arguments: Any?): KMockContract.Expectation
Content copied to clipboard
hasBeenCalledWithout
Link copied to clipboard
abstract fun KMockContract.FunProxy<*, *>.hasBeenCalledWithout(vararg illegal: Any?): KMockContract.Expectation
Content copied to clipboard
hasBeenCalledWithVoid
Link copied to clipboard
abstract fun KMockContract.FunProxy<*, *>.hasBeenCalledWithVoid(): KMockContract.Expectation
Content copied to clipboard
hasBeenStrictlyCalledWith
Link copied to clipboard
abstract fun KMockContract.FunProxy<*, *>.hasBeenStrictlyCalledWith(vararg arguments: Any?): KMockContract.Expectation
Content copied to clipboard
wasGotten
Link copied to clipboard
abstract fun KMockContract.PropertyProxy<*>.wasGotten(): KMockContract.Expectation
Content copied to clipboard
wasSet
Link copied to clipboard
abstract fun KMockContract.PropertyProxy<*>.wasSet(): KMockContract.Expectation
Content copied to clipboard
wasSetTo
Link copied to clipboard
abstract fun KMockContract.PropertyProxy<*>.wasSetTo(value: Any?): KMockContract.Expectation
Content copied to clipboard