public interface SwaggerTestGenerator<T extends SwaggerTestGenerator> extends TestGenerator<T>
TestGenerator.GeneratorMode| Modifier and Type | Method and Description |
|---|---|
String |
getNameSuffix() |
String |
getOperation() |
String |
getSwaggerResource() |
SwaggerTestGenerator |
withEndpoint(String endpoint) |
SwaggerTestGenerator |
withInboundMappingFile(String inboundFile) |
SwaggerTestGenerator |
withInboundMappings(Map<String,String> inbound) |
SwaggerTestGenerator |
withNamePrefix(String namePrefix) |
SwaggerTestGenerator |
withNameSuffix(String nameSuffix) |
SwaggerTestGenerator |
withOperation(String operation) |
SwaggerTestGenerator |
withOutboundMappingFile(String outboundFile) |
SwaggerTestGenerator |
withOutboundMappings(Map<String,String> outbound) |
SwaggerTestGenerator |
withSpec(String swagger) |
create, getAuthor, getDescription, getFramework, getMode, getName, getTargetPackage, isDisabled, usePackage, useSrcDirectory, withAuthor, withDescription, withDisabled, withFramework, withMode, withNameSwaggerTestGenerator withSpec(String swagger)
SwaggerTestGenerator withOperation(String operation)
SwaggerTestGenerator withNamePrefix(String namePrefix)
SwaggerTestGenerator withNameSuffix(String nameSuffix)
SwaggerTestGenerator withInboundMappings(Map<String,String> inbound)
SwaggerTestGenerator withOutboundMappings(Map<String,String> outbound)
SwaggerTestGenerator withInboundMappingFile(String inboundFile)
SwaggerTestGenerator withOutboundMappingFile(String outboundFile)
SwaggerTestGenerator withEndpoint(String endpoint)
String getNameSuffix()
String getSwaggerResource()
String getOperation()
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.