pub async fn run_case(
case: Case,
mock_engine: &MockEngine,
config: &RunnerConfig,
) -> CaseResultExpand description
Run a single crate::Case: replay tool expectations against crate::MockEngine, apply
output rules when enabled, and return a crate::CaseResult.