TestGeneratorOverrides

data class TestGeneratorOverrides(val logLevel: String? = null, val specFile: String? = null, val outputDir: Path? = null, val generatorId: String? = null, val generatorOptions: Map<String, Any?> = emptyMap(), val testGenerationSettings: Map<String, Any?> = emptyMap(), val alwaysWriteTests: Boolean? = null)

Generic overrides that can be merged with GeneratorConfig to produce TestGeneratorExecutionOptions.

Inputs: typically populated from CLI arguments or Gradle DSL. Precedence: override values take priority over config values.

Constructors

Link copied to clipboard
constructor(logLevel: String? = null, specFile: String? = null, outputDir: Path? = null, generatorId: String? = null, generatorOptions: Map<String, Any?> = emptyMap(), testGenerationSettings: Map<String, Any?> = emptyMap(), alwaysWriteTests: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard