Uses of Interface
com.consol.citrus.generate.WsdlTestGenerator
-
Packages that use WsdlTestGenerator Package Description com.consol.citrus.generate com.consol.citrus.generate.javadsl com.consol.citrus.generate.xml -
-
Uses of WsdlTestGenerator in com.consol.citrus.generate
Classes in com.consol.citrus.generate with type parameters of type WsdlTestGenerator Modifier and Type Interface Description interfaceWsdlTestGenerator<T extends WsdlTestGenerator>Methods in com.consol.citrus.generate that return WsdlTestGenerator Modifier and Type Method Description WsdlTestGeneratorWsdlTestGenerator. withEndpoint(String endpoint)WsdlTestGeneratorWsdlTestGenerator. withInboundMappingFile(String inboundFile)WsdlTestGeneratorWsdlTestGenerator. withInboundMappings(Map<String,String> inbound)WsdlTestGeneratorWsdlTestGenerator. withNamePrefix(String namePrefix)WsdlTestGeneratorWsdlTestGenerator. withNameSuffix(String nameSuffix)WsdlTestGeneratorWsdlTestGenerator. withOperation(String operation)WsdlTestGeneratorWsdlTestGenerator. withOutboundMappingFile(String outboundFile)WsdlTestGeneratorWsdlTestGenerator. withOutboundMappings(Map<String,String> outbound)WsdlTestGeneratorWsdlTestGenerator. withWsdl(String wsdl) -
Uses of WsdlTestGenerator in com.consol.citrus.generate.javadsl
Classes in com.consol.citrus.generate.javadsl that implement WsdlTestGenerator Modifier and Type Class Description classWsdlJavaTestGeneratorTest generator creates one to many test cases based on operations defined in a XML schema XSD. -
Uses of WsdlTestGenerator in com.consol.citrus.generate.xml
Classes in com.consol.citrus.generate.xml that implement WsdlTestGenerator Modifier and Type Class Description classWsdlXmlTestGeneratorTest generator creates one to many test cases based on operations defined in a XML schema XSD.
-