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

Method TagPattern

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

Source from the content-addressed store, hash-verified

3550 class TagPattern : public Pattern {
3551 public:
3552 TagPattern( std::string const& tag ) : m_tag( toLower( tag ) ) {}
3553 virtual ~TagPattern();
3554 virtual bool matches( TestCaseInfo const& testCase ) const {
3555 return testCase.lcaseTags.find( m_tag ) != testCase.lcaseTags.end();

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected