MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / TagPattern

Method TagPattern

extlibs/catch/include/catch/catch.hpp:14006–14009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14004 }
14005
14006 TestSpec::TagPattern::TagPattern( std::string const& tag, std::string const& filterString )
14007 : Pattern( filterString )
14008 , m_tag( toLower( tag ) )
14009 {}
14010
14011 bool TestSpec::TagPattern::matches( TestCaseInfo const& testCase ) const {
14012 return std::find(begin(testCase.lcaseTags),

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected