PyTestXMLFile

data class PyTestXMLFile(val testsuites: List<PyTestXMLFile.TestSuite>)

Constructors

Link copied to clipboard
constructor(testsuites: List<PyTestXMLFile.TestSuite>)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class TestCase(val classname: String, val name: String, val time: Duration, val failures: List<XUnitReport.AbnormalResult>)
Link copied to clipboard
data class TestSuite(val errors: Int, val failures: Int, val hostname: String, val name: String, val skipped: Int, val tests: Int, val time: Duration, val timestamp: Instant, val testcases: List<PyTestXMLFile.TestCase>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard