Uses of Interface
io.contract_testing.contractcase.definitions.interactions.functions.ThrowingFunctionExecutionExample
-
Packages that use ThrowingFunctionExecutionExample Package Description io.contract_testing.contractcase.definitions.interactions.functions -
-
Uses of ThrowingFunctionExecutionExample in io.contract_testing.contractcase.definitions.interactions.functions
Classes in io.contract_testing.contractcase.definitions.interactions.functions that implement ThrowingFunctionExecutionExample Modifier and Type Class Description static classThrowingFunctionExecutionExample.Jsii$ProxyAn implementation forThrowingFunctionExecutionExampleMethods in io.contract_testing.contractcase.definitions.interactions.functions that return ThrowingFunctionExecutionExample Modifier and Type Method Description ThrowingFunctionExecutionExampleThrowingFunctionExecutionExample.Builder. build()Builds the configured instance.Constructors in io.contract_testing.contractcase.definitions.interactions.functions with parameters of type ThrowingFunctionExecutionExample Constructor Description WillCallThrowingFunction(ThrowingFunctionExecutionExample example)Defines an example that executes a registered function with specific arguments.WillReceiveFunctionCallAndThrow(ThrowingFunctionExecutionExample example)Defines an example that expects a function to be called with specific arguments.
-