TestSuite

data class TestSuite(val name: String, val displayName: String, val tests: Int, val failures: Int, val skipped: Int, val errors: Int, val testcases: List<XUnitReport.TestCase>)

Constructors

Link copied to clipboard
constructor(name: String, displayName: String, tests: Int, failures: Int, skipped: Int, errors: Int, testcases: List<XUnitReport.TestCase>)

Properties

Link copied to clipboard
Link copied to clipboard
val errors: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tests: Int