GenerationSummary

data class GenerationSummary(val totalOperations: Int, val successfulOperations: List<OperationInfo>, val notTestedOperations: List<OperationInfo>, val partialOperations: List<OperationInfo>, val failedOperations: List<OperationInfo>, val totalTestCases: Int, val totalErrors: Int)

Summary metrics for reporting and CI/CD consumption.

Lists contain per-operation metadata for each outcome category.

Constructors

Link copied to clipboard
constructor(totalOperations: Int, successfulOperations: List<OperationInfo>, notTestedOperations: List<OperationInfo>, partialOperations: List<OperationInfo>, failedOperations: List<OperationInfo>, totalTestCases: Int, totalErrors: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard