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::__anon14d3e2610111::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::__anonfdf179d24711::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::__anonef12a88d4b11::ConsoleAssertionPrinter
16433 ConsoleAssertionPrinter printer(stream, _assertionStats, includeResults); in assertionEnded()