Home
last modified time | relevance | path

Searched defs:ConsoleReporter (Results 1 – 1 of 1) sorted by relevance

/third_party/libabigail/tests/lib/
Dcatch.hpp6156 struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> { struct
6157 std::unique_ptr<TablePrinter> m_tablePrinter;
6209 bool m_headerPrinted = false;
16450 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter() function in Catch::ConsoleReporter