| Package | Description |
|---|---|
| com.consol.citrus.generate | |
| com.consol.citrus.generate.javadsl | |
| com.consol.citrus.generate.xml |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XsdTestGenerator<T extends XsdTestGenerator> |
| Modifier and Type | Method and Description |
|---|---|
XsdTestGenerator |
XsdTestGenerator.withEndpoint(String endpoint) |
XsdTestGenerator |
XsdTestGenerator.withInboundMappingFile(String inboundFile) |
XsdTestGenerator |
XsdTestGenerator.withInboundMappings(Map<String,String> inbound) |
XsdTestGenerator |
XsdTestGenerator.withNameSuffix(String suffix) |
XsdTestGenerator |
XsdTestGenerator.withOutboundMappingFile(String outboundFile) |
XsdTestGenerator |
XsdTestGenerator.withOutboundMappings(Map<String,String> outbound) |
XsdTestGenerator |
XsdTestGenerator.withRequestMessage(String requestMessage) |
XsdTestGenerator |
XsdTestGenerator.withResponseMessage(String responseMessage) |
XsdTestGenerator |
XsdTestGenerator.withXsd(String xsd) |
| Modifier and Type | Class and Description |
|---|---|
class |
XsdJavaTestGenerator
Test generator creates one to many test cases based on operations defined in a XML schema XSD.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XsdXmlTestGenerator
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.