TestCase

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard