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

Method matches

extlibs/catch/include/catch/catch.hpp:14002–14004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14000 {}
14001
14002 bool TestSpec::NamePattern::matches( TestCaseInfo const& testCase ) const {
14003 return m_wildcardPattern.matches( toLower( testCase.name ) );
14004 }
14005
14006 TestSpec::TagPattern::TagPattern( std::string const& tag, std::string const& filterString )
14007 : Pattern( filterString )

Callers 2

matchTestFunction · 0.80
matchesByFilterMethod · 0.80

Calls 7

toLowerFunction · 0.85
endsWithFunction · 0.70
startsWithFunction · 0.70
containsFunction · 0.70
findFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected