TemplateGeneratorModule
Optional Mustache template generator module.
Contributes a single ArtifactGeneratorFactory for generator id "template" (art.galushko.openapi.testgen.generator.GeneratorIds.TEMPLATE).
This module is intentionally explicit: embedder code (CLI / Gradle plugin) must pass it to art.galushko.openapi.testgen.config.TestGenerationEngine to enable the template generator.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun extraSimpleSchemaRules(options: TestGeneratorExecutionOptions): List<SimpleSchemaValidationRule>
Link copied to clipboard
open fun schemaValueProviders(options: TestGeneratorExecutionOptions): Map<String, SchemaValueProvider>