Uses of Interface
com.consol.citrus.generate.SwaggerTestGenerator
-
Packages that use SwaggerTestGenerator Package Description com.consol.citrus.generate com.consol.citrus.generate.javadsl com.consol.citrus.generate.xml -
-
Uses of SwaggerTestGenerator in com.consol.citrus.generate
Classes in com.consol.citrus.generate with type parameters of type SwaggerTestGenerator Modifier and Type Interface Description interfaceSwaggerTestGenerator<T extends SwaggerTestGenerator>Methods in com.consol.citrus.generate that return SwaggerTestGenerator Modifier and Type Method Description SwaggerTestGeneratorSwaggerTestGenerator. withEndpoint(String endpoint)SwaggerTestGeneratorSwaggerTestGenerator. withInboundMappingFile(String inboundFile)SwaggerTestGeneratorSwaggerTestGenerator. withInboundMappings(Map<String,String> inbound)SwaggerTestGeneratorSwaggerTestGenerator. withNamePrefix(String namePrefix)SwaggerTestGeneratorSwaggerTestGenerator. withNameSuffix(String nameSuffix)SwaggerTestGeneratorSwaggerTestGenerator. withOperation(String operation)SwaggerTestGeneratorSwaggerTestGenerator. withOutboundMappingFile(String outboundFile)SwaggerTestGeneratorSwaggerTestGenerator. withOutboundMappings(Map<String,String> outbound)SwaggerTestGeneratorSwaggerTestGenerator. withSpec(String swagger) -
Uses of SwaggerTestGenerator in com.consol.citrus.generate.javadsl
Classes in com.consol.citrus.generate.javadsl that implement SwaggerTestGenerator Modifier and Type Class Description classSwaggerJavaTestGeneratorTest generator creates one to many test cases based on operations defined in a XML schema XSD. -
Uses of SwaggerTestGenerator in com.consol.citrus.generate.xml
Classes in com.consol.citrus.generate.xml that implement SwaggerTestGenerator Modifier and Type Class Description classSwaggerXmlTestGeneratorTest generator creates one to many test cases based on operations defined in a XML schema XSD.
-