pub(crate) fn with_test_item_names(
    tcx: TyCtxt<'_>,
    module: LocalModDefId,
    f: impl FnOnce(&[Symbol]) -> bool,
) -> boolExpand description
Apply f() to the set of test item names.
The names are sorted using the default Symbol ordering.