TestGenerationSettings
Typed settings for test case generation behavior.
Inputs: these settings are typically resolved from YAML config and CLI/Gradle overrides via TestGeneratorExecutionOptionsFactory.fromConfig. Validation: numeric budgets must be positive and ignore config must be structurally valid. Determinism: ordering-sensitive settings (ignore lists, provider order) are preserved as provided.
Constructors
Properties
configuration for schema-derived example value generation
set of auth rule class names to ignore
set of schema rule class names to ignore
map of ignore rules keyed by path/method/test case
maximum depth used when merging composed schemas (allOf/anyOf/oneOf)
maximum schema combinations per parameter/property
maximum depth of schema validation
maximum test cases generated per operation
map of art.galushko.openapi.testgen.testdata.BasicTestDataProvider method names to override values
a map of security scheme names to their valid values