MCPcopy Create free account
hub / github.com/audeering/opensmile / ExcludedPattern

Method ExcludedPattern

progsrc/include/tests/catch2/catch.hpp:14466–14469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14464 }
14465
14466 TestSpec::ExcludedPattern::ExcludedPattern( PatternPtr const& underlyingPattern )
14467 : Pattern( underlyingPattern->name() )
14468 , m_underlyingPattern( underlyingPattern )
14469 {}
14470
14471 bool TestSpec::ExcludedPattern::matches( TestCaseInfo const& testCase ) const {
14472 return !m_underlyingPattern->matches( testCase );

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected