ScoreReportUnit
A ReportUnit which stores scoring information for each test case.
Note that mangled names are generated based on pipeline information, whereas report paths are generated based on report information. This means that mangled names can be determined at pipeline-construction time, whereas report paths may require the full report to be generated before the path can be determined.
Constructors
Properties
The display name of the test case for users.
Mangled name to the stage which generated this unit.
JSON Path to the stage report within the context of the full report.
Mangled name to the test case which generated this unit. This name should start with stageMangledName, as test cases should be part of the stage it is generated from.
JSON Path to the test case report within the context of the full report. This name should start with stageReportPath, as test case reports should be a nested component of the stage report it is generated from.