pub fn verify_stage<E: StageExecutor>(
stage: &Stage,
executor: &E,
) -> StageReportExpand description
Run every example through the executor and return a report.
Skipped stages short-circuit before touching the executor. For tested
stages, each example produces an ExampleOutcome.