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