Uses of Class
io.contract_testing.contractcase.definitions.interactions.base.AnyInteractionDescriptor
-
Packages that use AnyInteractionDescriptor Package Description io.contract_testing.contractcase.definitions.interactions.functions io.contract_testing.contractcase.definitions.interactions.http -
-
Uses of AnyInteractionDescriptor in io.contract_testing.contractcase.definitions.interactions.functions
Subclasses of AnyInteractionDescriptor in io.contract_testing.contractcase.definitions.interactions.functions Modifier and Type Class Description classWillCallFunctionDefines an example that executes a registered function with specific arguments.classWillCallThrowingFunctionDefines an interaction that executes a registered function with specific arguments, expecting that function to throw an error.classWillReceiveFunctionCallDefines an example that expects a function to be called with specific arguments.classWillReceiveFunctionCallAndThrowDefines an example that expects a function to be called with specific arguments. -
Uses of AnyInteractionDescriptor in io.contract_testing.contractcase.definitions.interactions.http
Subclasses of AnyInteractionDescriptor in io.contract_testing.contractcase.definitions.interactions.http Modifier and Type Class Description classWillReceiveHttpRequestDefines an example that expects to receive an HTTP request.classWillSendHttpRequestDefines an example that expects to send an HTTP request.
-