| 12170 | stream << '\n'; |
| 12171 | } |
| 12172 | void ConsoleReporter::printSummaryDivider() { |
| 12173 | stream << getLineOfChars<'-'>() << '\n'; |
| 12174 | } |
| 12175 | |
| 12176 | CATCH_REGISTER_REPORTER("console", ConsoleReporter) |
| 12177 |
nothing calls this directly
no outgoing calls
no test coverage detected