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