Searched refs:ConsoleAssertionPrinter (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_console.cpp | 39 class ConsoleAssertionPrinter { class 41 ConsoleAssertionPrinter& operator= (ConsoleAssertionPrinter const&) = delete; 42 ConsoleAssertionPrinter(ConsoleAssertionPrinter const&) = delete; 43 …ConsoleAssertionPrinter(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/ |
D | catch.hpp | 15821 class ConsoleAssertionPrinter { class 15823 ConsoleAssertionPrinter& operator= (ConsoleAssertionPrinter const&) = delete; 15824 ConsoleAssertionPrinter(ConsoleAssertionPrinter const&) = delete; 15825 …ConsoleAssertionPrinter(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/ |
D | catch.hpp | 16073 class ConsoleAssertionPrinter { class 16075 ConsoleAssertionPrinter& operator= (ConsoleAssertionPrinter const&) = delete; 16076 ConsoleAssertionPrinter(ConsoleAssertionPrinter const&) = delete; 16077 …ConsoleAssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessag… in ConsoleAssertionPrinter() function in Catch::__anon9bf70de84b11::ConsoleAssertionPrinter 16433 ConsoleAssertionPrinter printer(stream, _assertionStats, includeResults); in assertionEnded()
|