Uses of Class
org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Packages that use SwaggerJavaTestGenerator
-
Uses of SwaggerJavaTestGenerator in org.citrusframework.generate.javadsl
Methods in org.citrusframework.generate.javadsl that return SwaggerJavaTestGeneratorModifier and TypeMethodDescriptionSwaggerJavaTestGenerator.withContextPath(String contextPath) Set the server context path to use.SwaggerJavaTestGenerator.withInboundMappingFile(String mappingFile) Add inbound JsonPath expression mappings file to manipulate inbound message content.SwaggerJavaTestGenerator.withInboundMappings(Map<String, String> mappings) Add inbound JsonPath expression mappings to manipulate inbound message content.SwaggerJavaTestGenerator.withNamePrefix(String prefix) Set the test name prefix to use.SwaggerJavaTestGenerator.withNameSuffix(String suffix) Set the test name suffix to use.SwaggerJavaTestGenerator.withOperation(String operation) Set the swagger operation to use.SwaggerJavaTestGenerator.withOutboundMappingFile(String mappingFile) Add outbound JsonPath expression mappings file to manipulate outbound message content.SwaggerJavaTestGenerator.withOutboundMappings(Map<String, String> mappings) Add outbound JsonPath expression mappings to manipulate outbound message content.Set the swagger Open API resource to use.