WorkUnitTestPerformanceTests
data class WorkUnitTestPerformanceTests( @Json(name = "failedTestClassesCount") val failedTestClassesCount: Int, @Json(name = "testClassesCount") val testClassesCount: Int)
Test-related data of a task/goal.
Parameters
failedTestClassesCount
Number of failed test classes of a task/goal.
testClassesCount
Number of test classes of a task/goal.