| Package | Description |
|---|---|
| com.consol.citrus.generate.xml |
| Modifier and Type | Method and Description |
|---|---|
SwaggerXmlTestGenerator |
SwaggerXmlTestGenerator.withContextPath(String contextPath)
Set the server context path to use.
|
SwaggerXmlTestGenerator |
SwaggerXmlTestGenerator.withInboundMappingFile(String mappingFile)
Add inbound JsonPath expression mappings file to manipulate inbound message content.
|
SwaggerXmlTestGenerator |
SwaggerXmlTestGenerator.withInboundMappings(Map<String,String> mappings)
Add inbound JsonPath expression mappings to manipulate inbound message content.
|
SwaggerXmlTestGenerator |
SwaggerXmlTestGenerator.withNamePrefix(String prefix)
Set the test name prefix to use.
|
SwaggerXmlTestGenerator |
SwaggerXmlTestGenerator.withNameSuffix(String suffix)
Set the test name suffix to use.
|
SwaggerXmlTestGenerator |
SwaggerXmlTestGenerator.withOperation(String operation)
Set the swagger operation to use.
|
SwaggerXmlTestGenerator |
SwaggerXmlTestGenerator.withOutboundMappingFile(String mappingFile)
Add outbound JsonPath expression mappings file to manipulate outbound message content.
|
SwaggerXmlTestGenerator |
SwaggerXmlTestGenerator.withOutboundMappings(Map<String,String> mappings)
Add outbound JsonPath expression mappings to manipulate outbound message content.
|
SwaggerXmlTestGenerator |
SwaggerXmlTestGenerator.withSpec(String swaggerResource)
Set the swagger Open API resource to use.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.