MCPcopy Create free account
hub / github.com/RenderKit/embree / hasFilters

Method hasFilters

tutorials/external/catch.hpp:12202–12204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12200 }
12201
12202 bool TestSpec::hasFilters() const {
12203 return !m_filters.empty();
12204 }
12205 bool TestSpec::matches( TestCaseInfo const& testCase ) const {
12206 // A TestSpec matches if any filter matches
12207 for( auto const& filter : m_filters )

Callers 4

runTestsFunction · 0.80
filterTestsFunction · 0.80
printTestFiltersMethod · 0.80
testRunStartingMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected