wasSetTo

abstract fun KMockContract.PropertyProxy<*>.wasSetTo(value: Any?): KMockContract.Expectation

Collects all invocation of an PropertyProxy Setter with the given Value.

Return

Expectation

See also

Parameters

value

argument/constraint which calls must match.