SingleScoreUnitGenerator
constructor(runner: Runner, stage: PipelineStage, displayName: String, score: Double?, isCorrect: Boolean)
Parameters
displayName
The user-friendly name to be displayed in the ScoreReportUnit.
score
The score of the test case, or null
if scoring is disabled.
isCorrect
Whether the test case is correct.