Skip to main content

rerun_filter_matches

Function rerun_filter_matches 

Source
fn rerun_filter_matches<'a>(
    test_name: &'a str,
    test_result: &'a TestResult,
) -> impl Iterator<Item = String> + 'a
Expand description

Returns the rerun keys of a failed test: its failed invariant predicates, or the test name when no predicate failed.