MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / ExcludedPattern

Method ExcludedPattern

deps/Catch/catch.hpp:14543–14546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14541 }
14542
14543 TestSpec::ExcludedPattern::ExcludedPattern( PatternPtr const& underlyingPattern )
14544 : Pattern( underlyingPattern->name() )
14545 , m_underlyingPattern( underlyingPattern )
14546 {}
14547
14548 bool TestSpec::ExcludedPattern::matches( TestCaseInfo const& testCase ) const {
14549 return !m_underlyingPattern->matches( testCase );

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected