Skip to main content

verify_stage

Function verify_stage 

Source
pub fn verify_stage<E: StageExecutor>(
    stage: &Stage,
    executor: &E,
) -> StageReport
Expand 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.