MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ExcludedPattern

Method ExcludedPattern

unittests/catch.hpp:10415–10415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10413 }
10414
10415 TestSpec::ExcludedPattern::ExcludedPattern( PatternPtr const& underlyingPattern ) : m_underlyingPattern( underlyingPattern ) {}
10416 bool TestSpec::ExcludedPattern::matches( TestCaseInfo const& testCase ) const { return !m_underlyingPattern->matches( testCase ); }
10417
10418 bool TestSpec::Filter::matches( TestCaseInfo const& testCase ) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected