MCPcopy Create free account
hub / github.com/apache/trafficserver / printTestFilters

Method printTestFilters

lib/catch2/catch.hpp:16778–16783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

serializeFiltersFunction · 0.85
hasFiltersMethod · 0.80
testSpecMethod · 0.80

Tested by

no test coverage detected