Skip to main content

Module grader

Module grader 

Expand description

Grading: non-panicking checks over a RunRecord.

Structs§

ExpectationsGrader
Grades a run against declarative TraceExpects.
GradeResult
The outcome of a single check.

Traits§

Grader
A scorer over a completed run. Phase 0 has a single implementation (ExpectationsGrader); the trait exists so later phases can add more.

Functions§

evaluate_expects
Evaluate every declared expectation against the run, one GradeResult per check.