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

Method matches

tests/catch.hpp:11907–11909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11905 : m_wildcardPattern( toLower( name ), CaseSensitive::No )
11906 {}
11907 bool TestSpec::NamePattern::matches( TestCaseInfo const& testCase ) const {
11908 return m_wildcardPattern.matches( toLower( testCase.name ) );
11909 }
11910
11911 TestSpec::TagPattern::TagPattern( std::string const& tag ) : m_tag( toLower( tag ) ) {}
11912 bool TestSpec::TagPattern::matches( TestCaseInfo const& testCase ) const {

Callers 1

matchTestFunction · 0.80

Calls 4

toLowerFunction · 0.85
endsWithFunction · 0.85
startsWithFunction · 0.85
containsFunction · 0.85

Tested by

no test coverage detected