| Package | Description |
|---|---|
| com.consol.citrus.generate | |
| com.consol.citrus.generate.javadsl | |
| com.consol.citrus.generate.xml |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WsdlTestGenerator<T extends WsdlTestGenerator> |
| Modifier and Type | Method and Description |
|---|---|
WsdlTestGenerator |
WsdlTestGenerator.withEndpoint(String endpoint) |
WsdlTestGenerator |
WsdlTestGenerator.withInboundMappingFile(String inboundFile) |
WsdlTestGenerator |
WsdlTestGenerator.withInboundMappings(Map<String,String> inbound) |
WsdlTestGenerator |
WsdlTestGenerator.withNamePrefix(String namePrefix) |
WsdlTestGenerator |
WsdlTestGenerator.withNameSuffix(String nameSuffix) |
WsdlTestGenerator |
WsdlTestGenerator.withOperation(String operation) |
WsdlTestGenerator |
WsdlTestGenerator.withOutboundMappingFile(String outboundFile) |
WsdlTestGenerator |
WsdlTestGenerator.withOutboundMappings(Map<String,String> outbound) |
WsdlTestGenerator |
WsdlTestGenerator.withWsdl(String wsdl) |
| Modifier and Type | Class and Description |
|---|---|
class |
WsdlJavaTestGenerator
Test generator creates one to many test cases based on operations defined in a XML schema XSD.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WsdlXmlTestGenerator
Test generator creates one to many test cases based on operations defined in a XML schema XSD.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.