Searched refs:ConsoleAssertionPrinter (Results 1 – 1 of 1) sorted by relevance
15792 class ConsoleAssertionPrinter { class15794 ConsoleAssertionPrinter& operator= (ConsoleAssertionPrinter const&) = delete;15795 ConsoleAssertionPrinter(ConsoleAssertionPrinter const&) = delete;15796 …ConsoleAssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessag… in ConsoleAssertionPrinter() function in Catch::__anon6ccc17cb4811::ConsoleAssertionPrinter16156 ConsoleAssertionPrinter printer(stream, _assertionStats, includeResults); in assertionEnded()