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)