hasBeenCalledWithout

abstract fun KMockContract.FunProxy<*, *>.hasBeenCalledWithout(vararg illegal: Any?): KMockContract.Expectation

Collects all invocation of an FunProxy which matches the given Arguments.

Return

Expectation

See also

Parameters

illegal

arguments or constraints which calls is not allowed not match.