Uses of Interface
org.citrusframework.generate.SwaggerTestGenerator
Packages that use SwaggerTestGenerator
Package
Description
-
Uses of SwaggerTestGenerator in org.citrusframework.generate
Classes in org.citrusframework.generate with type parameters of type SwaggerTestGeneratorModifier and TypeInterfaceDescriptioninterfaceSwaggerTestGenerator<T extends SwaggerTestGenerator>Methods in org.citrusframework.generate that return SwaggerTestGeneratorModifier and TypeMethodDescriptionSwaggerTestGenerator.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) -
Uses of SwaggerTestGenerator in org.citrusframework.generate.javadsl
Classes in org.citrusframework.generate.javadsl that implement SwaggerTestGeneratorModifier and TypeClassDescriptionclassTest generator creates one to many test cases based on operations defined in a XML schema XSD. -
Uses of SwaggerTestGenerator in org.citrusframework.generate.xml
Classes in org.citrusframework.generate.xml that implement SwaggerTestGeneratorModifier and TypeClassDescriptionclassTest generator creates one to many test cases based on operations defined in a XML schema XSD.