TestCase

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

Constructors

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

Properties

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

Functions

Link copied to clipboard

Computes the maximum score of a XUnitReport.TestCase based on the given weighting policy.