hasNoFindingsFor function
Matches a CoverageReport with no Findings for the given ruleId.
expect(report, hasNoFindingsFor('wcag_1_1_1_non_text_content'));
Implementation
Matcher hasNoFindingsFor(String ruleId) => _HasNoFindingsFor(ruleId);
Matches a CoverageReport with no Findings for the given ruleId.
expect(report, hasNoFindingsFor('wcag_1_1_1_non_text_content'));
Matcher hasNoFindingsFor(String ruleId) => _HasNoFindingsFor(ruleId);