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

Method printTestFilters

extern/Catch2/catch.hpp:16780–16785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16778}
16779
16780void ConsoleReporter::printTestFilters() {
16781 if (m_config->testSpec().hasFilters()) {
16782 Colour guard(Colour::BrightYellow);
16783 stream << "Filters: " << serializeFilters(m_config->getTestsOrTags()) << '\n';
16784 }
16785}
16786
16787CATCH_REGISTER_REPORTER("console", ConsoleReporter)
16788

Callers

nothing calls this directly

Calls 3

serializeFiltersFunction · 0.85
hasFiltersMethod · 0.80
testSpecMethod · 0.80

Tested by

no test coverage detected