MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / printTestFilters

Method printTestFilters

extlibs/catch/include/catch/catch.hpp:15938–15941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15936}
15937
15938void ConsoleReporter::printTestFilters() {
15939 if (m_config->testSpec().hasFilters())
15940 stream << Colour(Colour::BrightYellow) << "Filters: " << serializeFilters( m_config->getTestsOrTags() ) << '\n';
15941}
15942
15943CATCH_REGISTER_REPORTER("console", ConsoleReporter)
15944

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