Uses of Interface
org.citrusframework.generate.XsdTestGenerator
Packages that use XsdTestGenerator
Package
Description
-
Uses of XsdTestGenerator in org.citrusframework.generate
Classes in org.citrusframework.generate with type parameters of type XsdTestGeneratorMethods in org.citrusframework.generate that return XsdTestGeneratorModifier and TypeMethodDescriptionXsdTestGenerator.withEndpoint(String endpoint) XsdTestGenerator.withInboundMappingFile(String inboundFile) XsdTestGenerator.withInboundMappings(Map<String, String> inbound) XsdTestGenerator.withNameSuffix(String suffix) XsdTestGenerator.withOutboundMappingFile(String outboundFile) XsdTestGenerator.withOutboundMappings(Map<String, String> outbound) XsdTestGenerator.withRequestMessage(String requestMessage) XsdTestGenerator.withResponseMessage(String responseMessage) -
Uses of XsdTestGenerator in org.citrusframework.generate.javadsl
Classes in org.citrusframework.generate.javadsl that implement XsdTestGeneratorModifier and TypeClassDescriptionclassTest generator creates one to many test cases based on operations defined in a XML schema XSD. -
Uses of XsdTestGenerator in org.citrusframework.generate.xml
Classes in org.citrusframework.generate.xml that implement XsdTestGeneratorModifier and TypeClassDescriptionclassTest generator creates one to many test cases based on operations defined in a XML schema XSD.