Uses of Class
io.contract_testing.contractcase.definitions.interactions.functions.WillReceiveFunctionCall.Builder
-
Packages that use WillReceiveFunctionCall.Builder Package Description io.contract_testing.contractcase.definitions.interactions.functions -
-
Uses of WillReceiveFunctionCall.Builder in io.contract_testing.contractcase.definitions.interactions.functions
Methods in io.contract_testing.contractcase.definitions.interactions.functions that return WillReceiveFunctionCall.Builder Modifier and Type Method Description WillReceiveFunctionCall.BuilderWillReceiveFunctionCall.Builder. arguments(List<? extends Object> arguments)An array of expected function arguments (or test equivalence matchers for those arguments).static WillReceiveFunctionCall.BuilderWillReceiveFunctionCall.Builder. create()WillReceiveFunctionCall.BuilderWillReceiveFunctionCall.Builder. functionName(String functionName)The name of the function to be executed.WillReceiveFunctionCall.BuilderWillReceiveFunctionCall.Builder. returnValue(Object returnValue)A test equivalence matcher for the return value from this function.
-