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

Method ExcludedPattern

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

Source from the content-addressed store, hash-verified

3561 class ExcludedPattern : public Pattern {
3562 public:
3563 ExcludedPattern( Ptr<Pattern> const& underlyingPattern ) : m_underlyingPattern( underlyingPattern ) {}
3564 virtual ~ExcludedPattern();
3565 virtual bool matches( TestCaseInfo const& testCase ) const { return !m_underlyingPattern->matches( testCase ); }
3566 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected