MCPcopy Create free account
hub / github.com/RenderKit/embree / NamePattern

Method NamePattern

tutorials/external/catch.hpp:12176–12178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12174 TestSpec::ExcludedPattern::~ExcludedPattern() = default;
12175
12176 TestSpec::NamePattern::NamePattern( std::string const& name )
12177 : m_wildcardPattern( toLower( name ), CaseSensitive::No )
12178 {}
12179 bool TestSpec::NamePattern::matches( TestCaseInfo const& testCase ) const {
12180 return m_wildcardPattern.matches( toLower( testCase.name ) );
12181 }

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected