MCPcopy Create free account
hub / github.com/cirquit/trdrop / NamePattern

Method NamePattern

ext/catch.hpp:3539–3541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3537 class NamePattern : public Pattern {
3538 public:
3539 NamePattern( std::string const& name )
3540 : m_wildcardPattern( toLower( name ), CaseSensitive::No )
3541 {}
3542 virtual ~NamePattern();
3543 virtual bool matches( TestCaseInfo const& testCase ) const {
3544 return m_wildcardPattern.matches( toLower( testCase.name ) );

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected