MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ExcludedPattern

Method ExcludedPattern

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10323–10325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10321}
10322
10323TestSpec::ExcludedPattern::ExcludedPattern(PatternPtr const &underlyingPattern)
10324 : m_underlyingPattern(underlyingPattern) {
10325}
10326bool TestSpec::ExcludedPattern::matches(TestCaseInfo const &testCase) const {
10327 return !m_underlyingPattern->matches(testCase);
10328}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected