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

Method ExcludedPattern

extlibs/catch/include/catch/catch.hpp:14017–14020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14015 }
14016
14017 TestSpec::ExcludedPattern::ExcludedPattern( PatternPtr const& underlyingPattern )
14018 : Pattern( underlyingPattern->name() )
14019 , m_underlyingPattern( underlyingPattern )
14020 {}
14021
14022 bool TestSpec::ExcludedPattern::matches( TestCaseInfo const& testCase ) const {
14023 return !m_underlyingPattern->matches( testCase );

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected