Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6089 struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> { struct
6090 std::unique_ptr<TablePrinter> m_tablePrinter;
6142 bool m_headerPrinted = false;
16106 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter() function in Catch::ConsoleReporter