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

Method printTestFilters

tutorials/external/catch.hpp:13985–13988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13983}
13984
13985void ConsoleReporter::printTestFilters() {
13986 if (m_config->testSpec().hasFilters())
13987 stream << Colour(Colour::BrightYellow) << "Filters: " << serializeFilters( m_config->getTestsOrTags() ) << '\n';
13988}
13989
13990CATCH_REGISTER_REPORTER("console", ConsoleReporter)
13991

Callers

nothing calls this directly

Calls 4

ColourClass · 0.85
serializeFiltersFunction · 0.85
hasFiltersMethod · 0.80
testSpecMethod · 0.80

Tested by

no test coverage detected