MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ExcludedPattern

Method ExcludedPattern

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

Source from the content-addressed store, hash-verified

11916 }
11917
11918 TestSpec::ExcludedPattern::ExcludedPattern( PatternPtr const& underlyingPattern ) : m_underlyingPattern( underlyingPattern ) {}
11919 bool TestSpec::ExcludedPattern::matches( TestCaseInfo const& testCase ) const { return !m_underlyingPattern->matches( testCase ); }
11920
11921 bool TestSpec::Filter::matches( TestCaseInfo const& testCase ) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected