Searched defs:ConsoleReporter (Results 1 – 1 of 1) sorted by relevance
9541 struct ConsoleReporter : StreamingReporterBase { struct9542 ConsoleReporter( ReporterConfig const& _config ) in ConsoleReporter() function9548 static std::string getDescription() { in getDescription()9552 virtual void noMatchingTestCases( std::string const& spec ) CATCH_OVERRIDE { in noMatchingTestCases()9556 virtual void assertionStarting( AssertionInfo const& ) CATCH_OVERRIDE { in assertionStarting()9559 virtual bool assertionEnded( AssertionStats const& _assertionStats ) CATCH_OVERRIDE { in assertionEnded()9579 virtual void sectionStarting( SectionInfo const& _sectionInfo ) CATCH_OVERRIDE { in sectionStarting()9583 virtual void sectionEnded( SectionStats const& _sectionStats ) CATCH_OVERRIDE { in sectionEnded()9605 virtual void testCaseEnded( TestCaseStats const& _testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()9609 virtual void testGroupEnded( TestGroupStats const& _testGroupStats ) CATCH_OVERRIDE { in testGroupEnded()[all …]