has Been Strictly Called With
abstract fun KMockContract.FunProxy<*, *>.hasBeenStrictlyCalledWith(vararg arguments: Any?)
Content copied to clipboard
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