MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / ExcludedPattern

Method ExcludedPattern

test/catch.hpp:16059–16062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16057}
16058
16059TestSpec::ExcludedPattern::ExcludedPattern(PatternPtr const& underlyingPattern)
16060 : m_underlyingPattern(underlyingPattern)
16061{
16062}
16063bool TestSpec::ExcludedPattern::matches(TestCaseInfo const& testCase) const
16064{
16065 return !m_underlyingPattern->matches(testCase);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected