Lines Matching defs:ConsoleReporter
9477 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()
9554 virtual void testRunEnded( TestRunStats const& _testRunStats ) CATCH_OVERRIDE { in testRunEnded()
9563 class AssertionPrinter {
9702 void lazyPrint() { in lazyPrint()
9714 void lazyPrintRunInfo() { in lazyPrintRunInfo()
9726 void lazyPrintGroupInfo() { in lazyPrintGroupInfo()
9732 void printTestCaseAndSectionHeader() { in printTestCaseAndSectionHeader()
9756 void printClosedHeader( std::string const& _name ) { in printClosedHeader()
9760 void printOpenHeader( std::string const& _name ) { in printOpenHeader()
9770 void printHeaderString( std::string const& _string, std::size_t indent = 0 ) { in printHeaderString()
9781 struct SummaryColumn {
9807 void printTotals( Totals const& totals ) { in printTotals()
9838 …ntSummaryRow( std::string const& label, std::vector<SummaryColumn> const& cols, std::size_t row ) { in printSummaryRow()
9857 static std::size_t makeRatio( std::size_t number, std::size_t total ) { in makeRatio()
9861 static std::size_t& findMax( std::size_t& i, std::size_t& j, std::size_t& k ) { in findMax()
9870 void printTotalsDivider( Totals const& totals ) { in printTotalsDivider()
9892 void printSummaryDivider() { in printSummaryDivider()
9897 bool m_headerPrinted;