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