Test Suite Overview Args
data class TestSuiteOverviewArgs(val elapsedTime: Output<DurationArgs>? = null, val errorCount: Output<Int>? = null, val failureCount: Output<Int>? = null, val flakyCount: Output<Int>? = null, val name: Output<String>? = null, val skippedCount: Output<Int>? = null, val totalCount: Output<Int>? = null, val xmlSource: Output<FileReferenceArgs>? = null) : ConvertibleToJava<TestSuiteOverviewArgs>
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 TestSuiteOverviewArgs(elapsedTime: Output<DurationArgs>? = null, errorCount: Output<Int>? = null, failureCount: Output<Int>? = null, flakyCount: Output<Int>? = null, name: Output<String>? = null, skippedCount: Output<Int>? = null, totalCount: Output<Int>? = null, xmlSource: Output<FileReferenceArgs>? = null)