MCPcopy Create free account
hub / github.com/RenderKit/oidn / ExcludedPattern

Method ExcludedPattern

external/catch.hpp:14643–14646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14641 }
14642
14643 TestSpec::ExcludedPattern::ExcludedPattern( PatternPtr const& underlyingPattern )
14644 : Pattern( underlyingPattern->name() )
14645 , m_underlyingPattern( underlyingPattern )
14646 {}
14647
14648 bool TestSpec::ExcludedPattern::matches( TestCaseInfo const& testCase ) const {
14649 return !m_underlyingPattern->matches( testCase );

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected