forge::multi_runner

Function is_matching_test

Source
pub(crate) fn is_matching_test(func: &Function, filter: &dyn TestFilter) -> bool
Expand description

Returns true if the function is a test function that matches the given filter.