TestGenerationContext
interface TestGenerationContext
SPI-facing context for rule/provider evaluation during test generation.
This contract is intentionally small and stable. Concrete orchestration may carry more internal state than what is exposed here.
Determinism: providers and rules should treat this context as immutable and avoid side effects.
Properties
Link copied to clipboard
Provider for basic test data values (e.g., strings, integers).
Link copied to clipboard
Optional budget limiting schema combinations to prevent explosion.
Link copied to clipboard
Generator for deriving example values from schemas.
Link copied to clipboard
Merger for composed schemas (allOf/anyOf/oneOf).
Link copied to clipboard
Path of property/item names leading to the current schema location.
Link copied to clipboard
Provider for security scheme values.
Link copied to clipboard
Set of $ref pointers already visited in the current traversal path.