Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp15550 class AssertionPrinter { class
15552 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::__anon2a776cc14711::AssertionPrinter
15745 AssertionPrinter printer( stream, _assertionStats, printInfoMessages ); in assertionEnded()