GenerationReport

data class GenerationReport(val successfulSuites: List<TestSuite>, val errors: List<GenerationError>, val summary: GenerationSummary)

Final report produced by the generation process.

Constructors

Link copied to clipboard
constructor(successfulSuites: List<TestSuite>, errors: List<GenerationError>, summary: GenerationSummary)

Properties

Link copied to clipboard

Aggregated domain errors collected during generation.

Link copied to clipboard

Convenience flag for error presence.

Link copied to clipboard

Test suites generated without fatal errors.

Link copied to clipboard

Summary metrics for reporting/CI.