Skip to main content

run_case

Function run_case 

Source
pub async fn run_case(
    case: Case,
    mock_engine: &MockEngine,
    config: &RunnerConfig,
) -> CaseResult
Expand description

Run a single crate::Case: replay tool expectations against crate::MockEngine, apply output rules when enabled, and return a crate::CaseResult.