Searched refs:printTotals (Results 1 – 7 of 7) sorted by relevance
54 printTotals( _testRunStats.totals ); in testRunEnded()236 void printTotals( const Totals& totals ) const { in printTotals() function
5541 void printTotals(Totals const& totals);13070 void printTotals(std::ostream& out, const Totals& totals) { in printTotals() function13311 printTotals( stream, _testRunStats.totals ); in testRunEnded()13738 printTotals(_testGroupStats.totals); in testGroupEnded()13745 printTotals(_testRunStats.totals); in testRunEnded()13858 void ConsoleReporter::printTotals( Totals const& totals ) { in printTotals() function in Catch::ConsoleReporter
42 void printTotals(std::ostream& out, const Totals& totals) { in printTotals() function283 printTotals( stream, _testRunStats.totals ); in testRunEnded()
67 void printTotals(Totals const& totals);
433 printTotals(_testGroupStats.totals); in testGroupEnded()440 printTotals(_testRunStats.totals); in testRunEnded()553 void ConsoleReporter::printTotals( Totals const& totals ) { in printTotals() function in Catch::ConsoleReporter
9549 printTotals( _testGroupStats.totals ); in testGroupEnded()9556 printTotals( _testRunStats.totals ); in testRunEnded()9807 void printTotals( Totals const& totals ) { in printTotals() function9954 printTotals( _testRunStats.totals ); in testRunEnded()10151 void printTotals( const Totals& totals ) const { in printTotals() function