WorkUnitTestPerformanceTests

constructor(@Json(name = "failedTestClassesCount") failedTestClassesCount: Int, @Json(name = "testClassesCount") testClassesCount: Int)

Parameters

failedTestClassesCount

Number of failed test classes of a task/goal.

testClassesCount

Number of test classes of a task/goal.