TestCase

data class TestCase(val name: String, val classname: String, val time: Duration, val failures: List<XUnitReport.AbnormalResult>, val systemOut: JUnitXMLFile.SystemOut)

Constructors

Link copied to clipboard
constructor(name: String, classname: String, time: Duration, failures: List<XUnitReport.AbnormalResult>, systemOut: JUnitXMLFile.SystemOut)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard