Searched refs:_testGroupStats (Results 1 – 1 of 1) sorted by relevance
6115 void testGroupEnded(TestGroupStats const& _testGroupStats) override;16240 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { in testGroupEnded() argument16243 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()16244 printTotals(_testGroupStats.totals); in testGroupEnded()16247 StreamingReporterBase::testGroupEnded(_testGroupStats); in testGroupEnded()