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.
pub(crate) fn is_matching_test(func: &Function, filter: &dyn TestFilter) -> bool
Returns true
if the function is a test function that matches the given filter.