GradleJUnitXMLFile

data class GradleJUnitXMLFile(val name: String, val tests: Int, val skipped: Int, val failures: Int, val errors: Int, val timestamp: Instant, val time: Duration, val hostname: String, val properties: List<GradleJUnitXMLFile.Property>, val testcases: List<GradleJUnitXMLFile.TestCase>, val systemOut: String, val systemErr: String)

Constructors

Link copied to clipboard
constructor(name: String, tests: Int, skipped: Int, failures: Int, errors: Int, timestamp: Instant, time: Duration, hostname: String, properties: List<GradleJUnitXMLFile.Property>, testcases: List<GradleJUnitXMLFile.TestCase>, systemOut: String, systemErr: String)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Property(val name: String, val value: String)
Link copied to clipboard
data class TestCase(val name: String, val classname: String, val time: Duration, val failures: List<XUnitReport.AbnormalResult>)

Properties

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

Functions

Link copied to clipboard