Searched defs:ConsoleReporter (Results 1 – 4 of 4) sorted by relevance
26 struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> { struct29 ConsoleReporter(ReporterConfig const& config); argument
338 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter() function in Catch::ConsoleReporter
9477 struct ConsoleReporter : StreamingReporterBase { struct9478 ConsoleReporter( ReporterConfig const& _config ) in ConsoleReporter() function9484 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 …]
5502 struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> { struct5503 std::unique_ptr<TablePrinter> m_tablePrinter;5548 bool m_headerPrinted = false;13644 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter() function in Catch::ConsoleReporter