Home
last modified time | relevance | path

Searched defs:ConsoleReporter (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_console.h26 struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> { struct
29 ConsoleReporter(ReporterConfig const& config); argument
Dcatch_reporter_console.cpp349 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter() function in Catch::ConsoleReporter
/external/bcc/tests/cc/
Dcatch.hpp9477 struct ConsoleReporter : StreamingReporterBase { struct
9478 ConsoleReporter( ReporterConfig const& _config ) in ConsoleReporter() argument
9484 static std::string getDescription() { in getDescription()
9488 virtual void noMatchingTestCases( std::string const& spec ) CATCH_OVERRIDE { in noMatchingTestCases()
9492 virtual void assertionStarting( AssertionInfo const& ) CATCH_OVERRIDE { in assertionStarting()
9495 virtual bool assertionEnded( AssertionStats const& _assertionStats ) CATCH_OVERRIDE { in assertionEnded()
9515 virtual void sectionStarting( SectionInfo const& _sectionInfo ) CATCH_OVERRIDE { in sectionStarting()
9519 virtual void sectionEnded( SectionStats const& _sectionStats ) CATCH_OVERRIDE { in sectionEnded()
9541 virtual void testCaseEnded( TestCaseStats const& _testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()
9545 virtual void testGroupEnded( TestGroupStats const& _testGroupStats ) CATCH_OVERRIDE { in testGroupEnded()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp6144 struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> { struct
6145 std::unique_ptr<TablePrinter> m_tablePrinter;
6197 bool m_headerPrinted = false;
16383 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter() function in Catch::ConsoleReporter
/external/catch2/single_include/catch2/
Dcatch.hpp6110 struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> { struct
6111 std::unique_ptr<TablePrinter> m_tablePrinter;
6163 bool m_headerPrinted = false;
16131 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter() function in Catch::ConsoleReporter