Uses of Interface
org.citrusframework.generate.WsdlTestGenerator
Packages that use WsdlTestGenerator
Package
Description
-
Uses of WsdlTestGenerator in org.citrusframework.generate
Classes in org.citrusframework.generate with type parameters of type WsdlTestGeneratorMethods in org.citrusframework.generate that return WsdlTestGeneratorModifier and TypeMethodDescriptionWsdlTestGenerator.withEndpoint(String endpoint) WsdlTestGenerator.withInboundMappingFile(String inboundFile) WsdlTestGenerator.withInboundMappings(Map<String, String> inbound) WsdlTestGenerator.withNamePrefix(String namePrefix) WsdlTestGenerator.withNameSuffix(String nameSuffix) WsdlTestGenerator.withOperation(String operation) WsdlTestGenerator.withOutboundMappingFile(String outboundFile) WsdlTestGenerator.withOutboundMappings(Map<String, String> outbound) -
Uses of WsdlTestGenerator in org.citrusframework.generate.javadsl
Classes in org.citrusframework.generate.javadsl that implement WsdlTestGeneratorModifier and TypeClassDescriptionclassTest generator creates one to many test cases based on operations defined in a XML schema XSD. -
Uses of WsdlTestGenerator in org.citrusframework.generate.xml
Classes in org.citrusframework.generate.xml that implement WsdlTestGeneratorModifier and TypeClassDescriptionclassTest generator creates one to many test cases based on operations defined in a XML schema XSD.