Uses of Interface
com.consol.citrus.generate.XsdTestGenerator
-
Packages that use XsdTestGenerator Package Description com.consol.citrus.generate com.consol.citrus.generate.javadsl com.consol.citrus.generate.xml -
-
Uses of XsdTestGenerator in com.consol.citrus.generate
Classes in com.consol.citrus.generate with type parameters of type XsdTestGenerator Modifier and Type Interface Description interfaceXsdTestGenerator<T extends XsdTestGenerator>Methods in com.consol.citrus.generate that return XsdTestGenerator Modifier and Type Method Description XsdTestGeneratorXsdTestGenerator. withEndpoint(String endpoint)XsdTestGeneratorXsdTestGenerator. withInboundMappingFile(String inboundFile)XsdTestGeneratorXsdTestGenerator. withInboundMappings(Map<String,String> inbound)XsdTestGeneratorXsdTestGenerator. withNameSuffix(String suffix)XsdTestGeneratorXsdTestGenerator. withOutboundMappingFile(String outboundFile)XsdTestGeneratorXsdTestGenerator. withOutboundMappings(Map<String,String> outbound)XsdTestGeneratorXsdTestGenerator. withRequestMessage(String requestMessage)XsdTestGeneratorXsdTestGenerator. withResponseMessage(String responseMessage)XsdTestGeneratorXsdTestGenerator. withXsd(String xsd) -
Uses of XsdTestGenerator in com.consol.citrus.generate.javadsl
Classes in com.consol.citrus.generate.javadsl that implement XsdTestGenerator Modifier and Type Class Description classXsdJavaTestGeneratorTest generator creates one to many test cases based on operations defined in a XML schema XSD. -
Uses of XsdTestGenerator in com.consol.citrus.generate.xml
Classes in com.consol.citrus.generate.xml that implement XsdTestGenerator Modifier and Type Class Description classXsdXmlTestGeneratorTest generator creates one to many test cases based on operations defined in a XML schema XSD.
-