TestSuite

data class TestSuite(val name: String, val tests: Int, val failures: Int, val disabled: Int, val errors: Int, val time: Duration, val testcases: List<GTestXMLFile.TestCase>)

Constructors

Link copied to clipboard
constructor(name: String, tests: Int, failures: Int, disabled: Int, errors: Int, time: Duration, testcases: List<GTestXMLFile.TestCase>)

Types

Link copied to clipboard
object Companion

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
val tests: Int
Link copied to clipboard

Functions

Link copied to clipboard