MCPcopy Create free account
hub / github.com/apache/trafficserver / ExcludedPattern

Method ExcludedPattern

lib/catch2/catch.hpp:14654–14657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected