MCPcopy Create free account
hub / github.com/SOCI/soci / ExcludedPattern

Method ExcludedPattern

tests/catch.hpp:14656–14659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14654 }
14655
14656 TestSpec::ExcludedPattern::ExcludedPattern( PatternPtr const& underlyingPattern )
14657 : Pattern( underlyingPattern->name() )
14658 , m_underlyingPattern( underlyingPattern )
14659 {}
14660
14661 bool TestSpec::ExcludedPattern::matches( TestCaseInfo const& testCase ) const {
14662 return !m_underlyingPattern->matches( testCase );

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected