AbnormalResult

data class AbnormalResult(val category: XUnitReport.AbnormalResult.Category, val message: String?, val type: String?, val context: String)

Constructors

Link copied to clipboard
constructor(category: XUnitReport.AbnormalResult.Category, message: String?, type: String?, context: String)

Types

Link copied to clipboard
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String?