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

Method TagPattern

unittests/catch.hpp:10408–10408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10406 }
10407
10408 TestSpec::TagPattern::TagPattern( std::string const& tag ) : m_tag( toLower( tag ) ) {}
10409 bool TestSpec::TagPattern::matches( TestCaseInfo const& testCase ) const {
10410 return std::find(begin(testCase.lcaseTags),
10411 end(testCase.lcaseTags),

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected