Uses of Interface
io.contract_testing.contractcase.definitions.interactions.functions.FunctionExecutionExample
-
Packages that use FunctionExecutionExample Package Description io.contract_testing.contractcase.definitions.interactions.functions -
-
Uses of FunctionExecutionExample in io.contract_testing.contractcase.definitions.interactions.functions
Classes in io.contract_testing.contractcase.definitions.interactions.functions that implement FunctionExecutionExample Modifier and Type Class Description static classFunctionExecutionExample.Jsii$ProxyAn implementation forFunctionExecutionExampleMethods in io.contract_testing.contractcase.definitions.interactions.functions that return FunctionExecutionExample Modifier and Type Method Description FunctionExecutionExampleFunctionExecutionExample.Builder. build()Builds the configured instance.Constructors in io.contract_testing.contractcase.definitions.interactions.functions with parameters of type FunctionExecutionExample Constructor Description WillCallFunction(FunctionExecutionExample example)Defines an interaction that executes a registered function with specific arguments, expecting that interaction to return successfully.WillReceiveFunctionCall(FunctionExecutionExample example)Defines an example that expects a function to be called with specific arguments.
-