hasBeenCalledWithout

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

Asserts that a FunProxy was without called n-parameter.

Parameters

illegal

arguments or constraints which calls is not allowed not match.

Throws

AssertionError

if the assertion fails