hasBeenStrictlyCalledWith

abstract fun KMockContract.FunProxy<*, *>.hasBeenStrictlyCalledWith(vararg arguments: Any?)

Asserts that a FunProxy was called with n-parameter.

Parameters

arguments

or constraints which calls must match. The arguments/constraints must follow the order of the mocked/stubbed function and need to contain all arguments/constraints.

Throws

if the assertion fails