BuildTestPerformanceTests

data class BuildTestPerformanceTests(@Json(name = "testClassesCount") val testClassesCount: Int)

Test-related data of a build.

Parameters

testClassesCount

Number of test classes of a build.

Constructors

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

Properties

Link copied to clipboard