MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / matches

Method matches

extern/Catch2/catch.hpp:14641–14643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

matchTestFunction · 0.45
matchesByFilterMethod · 0.45

Calls 8

endsWithFunction · 0.85
startsWithFunction · 0.70
containsFunction · 0.70
findFunction · 0.50
beginFunction · 0.50
endFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected