Success

data class Success(val report: GenerationReport, val testsWritten: Boolean) : TestGenerationResult

Successful test generation.

Constructors

Link copied to clipboard
constructor(report: GenerationReport, testsWritten: Boolean)

Properties

Link copied to clipboard

the generation report containing test suites and summary

Link copied to clipboard

whether tests were written to output directory