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

Method TagPattern

lib/catch2/catch.hpp:14643–14646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14641 }
14642
14643 TestSpec::TagPattern::TagPattern( std::string const& tag, std::string const& filterString )
14644 : Pattern( filterString )
14645 , m_tag( toLower( tag ) )
14646 {}
14647
14648 bool TestSpec::TagPattern::matches( TestCaseInfo const& testCase ) const {
14649 return std::find(begin(testCase.lcaseTags),

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected