Module grader
Expand description
Grading: non-panicking checks over a RunRecord.
Structs§
- Expectations
Grader - Grades a run against declarative
TraceExpects. - Grade
Result - 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
GradeResultper check.