Type Alias cucumber::writer::fail_on_skipped::SkipFn

source ·
pub type SkipFn = fn(_: &Feature, _: Option<&Rule>, _: &Scenario) -> bool;
Expand description

Alias for a fn used to determine whether Skipped test should be considered as Failed or not.