Searched refs:AssertionPrinter (Results 1 – 1 of 1) sorted by relevance
15550 class AssertionPrinter { class15552 AssertionPrinter& operator= (AssertionPrinter const&) = delete;15553 AssertionPrinter(AssertionPrinter const&) = delete;15554 AssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages) in AssertionPrinter() function in Catch::__anon6ccc17cb4711::AssertionPrinter15745 AssertionPrinter printer( stream, _assertionStats, printInfoMessages ); in assertionEnded()