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.

Constructors

Link copied to clipboard
constructor(@Json(name = "failedTestClassesCount") failedTestClassesCount: Int, @Json(name = "testClassesCount") testClassesCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard