Searched defs:ConsoleReporter (Results 1 – 1 of 1) sorted by relevance
6089 struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> { struct6090 std::unique_ptr<TablePrinter> m_tablePrinter;6142 bool m_headerPrinted = false;16106 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter() function in Catch::ConsoleReporter