Home
last modified time | relevance | path

Searched refs:ConsoleAssertionPrinter (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp15792 class ConsoleAssertionPrinter { class
15794 ConsoleAssertionPrinter& operator= (ConsoleAssertionPrinter const&) = delete;
15795 ConsoleAssertionPrinter(ConsoleAssertionPrinter const&) = delete;
15796ConsoleAssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessag… in ConsoleAssertionPrinter() function in Catch::__anon6ccc17cb4811::ConsoleAssertionPrinter
16156 ConsoleAssertionPrinter printer(stream, _assertionStats, includeResults); in assertionEnded()