Failure

data class Failure(val report: GenerationReport, val message: String) : TestGenerationResult

Failed test generation.

Constructors

Link copied to clipboard
constructor(report: GenerationReport, message: String)

Properties

Link copied to clipboard

human-readable error message

Link copied to clipboard

the generation report containing errors and partial results