MCPcopy Create free account
hub / github.com/Profactor/cv-plot / NamePattern

Method NamePattern

CvPlot/ext/catch2/inc/catch.hpp:14336–14339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14334 }
14335
14336 TestSpec::NamePattern::NamePattern( std::string const& name, std::string const& filterString )
14337 : Pattern( filterString )
14338 , m_wildcardPattern( toLower( name ), CaseSensitive::No )
14339 {}
14340
14341 bool TestSpec::NamePattern::matches( TestCaseInfo const& testCase ) const {
14342 return m_wildcardPattern.matches( testCase.name );

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected