MCPcopy Create free account
hub / github.com/apache/trafficserver / matches

Method matches

lib/catch2/catch.hpp:14639–14641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14637 {}
14638
14639 bool TestSpec::NamePattern::matches( TestCaseInfo const& testCase ) const {
14640 return m_wildcardPattern.matches( testCase.name );
14641 }
14642
14643 TestSpec::TagPattern::TagPattern( std::string const& tag, std::string const& filterString )
14644 : Pattern( filterString )

Callers 3

matchTestFunction · 0.80
matchesByFilterMethod · 0.80
append_valueMethod · 0.80

Calls 5

endsWithFunction · 0.85
startsWithFunction · 0.85
containsFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected