MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / hasFilters

Method hasFilters

extern/Catch2/catch.hpp:14676–14678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14674 }
14675
14676 bool TestSpec::hasFilters() const {
14677 return !m_filters.empty();
14678 }
14679
14680 bool TestSpec::matches( TestCaseInfo const& testCase ) const {
14681 return std::any_of( m_filters.begin(), m_filters.end(), [&]( Filter const& f ){ return f.matches( testCase ); } );

Callers 3

filterTestsFunction · 0.80
printTestFiltersMethod · 0.80
testRunStartingMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected