Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_console.cpp39 class ConsoleAssertionPrinter { class
41 ConsoleAssertionPrinter& operator= (ConsoleAssertionPrinter const&) = delete;
42 ConsoleAssertionPrinter(ConsoleAssertionPrinter const&) = delete;
43ConsoleAssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessag… in ConsoleAssertionPrinter() function in Catch::__anon74e7ee9c0111::ConsoleAssertionPrinter
399 ConsoleAssertionPrinter printer(stream, _assertionStats, includeResults); in assertionEnded()
/external/catch2/single_include/catch2/
Dcatch.hpp15821 class ConsoleAssertionPrinter { class
15823 ConsoleAssertionPrinter& operator= (ConsoleAssertionPrinter const&) = delete;
15824 ConsoleAssertionPrinter(ConsoleAssertionPrinter const&) = delete;
15825ConsoleAssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessag… in ConsoleAssertionPrinter() function in Catch::__anoncfa70a2d4711::ConsoleAssertionPrinter
16181 ConsoleAssertionPrinter printer(stream, _assertionStats, includeResults); in assertionEnded()
/external/libabigail/tests/lib/
Dcatch.hpp16073 class ConsoleAssertionPrinter { class
16075 ConsoleAssertionPrinter& operator= (ConsoleAssertionPrinter const&) = delete;
16076 ConsoleAssertionPrinter(ConsoleAssertionPrinter const&) = delete;
16077ConsoleAssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessag… in ConsoleAssertionPrinter() function in Catch::__anon9bf70de84b11::ConsoleAssertionPrinter
16433 ConsoleAssertionPrinter printer(stream, _assertionStats, includeResults); in assertionEnded()