Test Suite Overview Response
data class TestSuiteOverviewResponse(val elapsedTime: DurationResponse, val errorCount: Int, val failureCount: Int, val flakyCount: Int, val name: String, val skippedCount: Int, val totalCount: Int, val xmlSource: FileReferenceResponse)
A summary of a test suite result either parsed from XML or uploaded directly by a user. Note: the API related comments are for StepService only. This message is also being used in ExecutionService in a read only mode for the corresponding step.
Constructors
Link copied to clipboard
fun TestSuiteOverviewResponse(elapsedTime: DurationResponse, errorCount: Int, failureCount: Int, flakyCount: Int, name: String, skippedCount: Int, totalCount: Int, xmlSource: FileReferenceResponse)