pub fn execute_scenario_with(
ctx: &Ctx<'_>,
backdrop: Backdrop,
steps: Vec<Step>,
checks: Option<&Assert>,
) -> Result<AssertResult>Expand description
execute_scenario with an explicit
Assert override — the Backdrop
equivalent of execute_steps_with.