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