Uses of Interface
io.contract_testing.contractcase.definitions.interactions.base.ContractCaseCoreBehaviour
-
Packages that use ContractCaseCoreBehaviour Package Description io.contract_testing.contractcase.definitions.interactions.base -
-
Uses of ContractCaseCoreBehaviour in io.contract_testing.contractcase.definitions.interactions.base
Classes in io.contract_testing.contractcase.definitions.interactions.base that implement ContractCaseCoreBehaviour Modifier and Type Class Description static classContractCaseCoreBehaviour.Jsii$ProxyAn implementation forContractCaseCoreBehaviourMethods in io.contract_testing.contractcase.definitions.interactions.base that return ContractCaseCoreBehaviour Modifier and Type Method Description ContractCaseCoreBehaviourContractCaseCoreBehaviour.Builder. build()Builds the configured instance.ContractCaseCoreBehaviourContractCaseCoreSetup. getRead()Defines how the ContractCase core will behave when reading (ie, verifying) a interaction of this type.ContractCaseCoreBehaviourContractCaseCoreSetup.Jsii$Proxy. getRead()ContractCaseCoreBehaviourContractCaseCoreSetup. getWrite()Defines how the ContractCase core will behave when writing (ie, defining) an interaction of this type.ContractCaseCoreBehaviourContractCaseCoreSetup.Jsii$Proxy. getWrite()Methods in io.contract_testing.contractcase.definitions.interactions.base with parameters of type ContractCaseCoreBehaviour Modifier and Type Method Description ContractCaseCoreSetup.BuilderContractCaseCoreSetup.Builder. read(ContractCaseCoreBehaviour read)Sets the value ofContractCaseCoreSetup.getRead()ContractCaseCoreSetup.BuilderContractCaseCoreSetup.Builder. write(ContractCaseCoreBehaviour write)Sets the value ofContractCaseCoreSetup.getWrite()
-