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

Method NamePattern

tests/catch.hpp:11904–11906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11902 TestSpec::ExcludedPattern::~ExcludedPattern() = default;
11903
11904 TestSpec::NamePattern::NamePattern( std::string const& name )
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 }

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected