SingleScoreUnitAggregator

A ScoreUnitAggregator which aggregates from a single ScoreReportUnit.

This class acts as a "fast path" for stages which only execute one test case.

Note that score returns null if scoreUnits does not contain one element.

Constructors

Link copied to clipboard
constructor(scoreUnits: List<ScoreReportUnit>?)

Properties

Link copied to clipboard

The score of this report unit.

Link copied to clipboard
protected open override val scoreUnits: List<ScoreReportUnit>?

The list of input ScoreReportUnit.