TestPerformanceWorkUnitPredictiveTestSelectionSimulation
data class TestPerformanceWorkUnitPredictiveTestSelectionSimulation( @Json(name = "conservative") val conservative: TestPerformanceWorkUnitPredictiveTestSelectionSimulationData, @Json(name = "standard") val standard: TestPerformanceWorkUnitPredictiveTestSelectionSimulationData, @Json(name = "fast") val fast: TestPerformanceWorkUnitPredictiveTestSelectionSimulationData)
Groups data from the three PTS simulation profiles (task/goal level).
Parameters
conservative
standard
fast
Constructors
Link copied to clipboard
constructor( @Json(name = "conservative") conservative: TestPerformanceWorkUnitPredictiveTestSelectionSimulationData, @Json(name = "standard") standard: TestPerformanceWorkUnitPredictiveTestSelectionSimulationData, @Json(name = "fast") fast: TestPerformanceWorkUnitPredictiveTestSelectionSimulationData)