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