Searched refs:_testGroupStats (Results 1 – 5 of 5) sorted by relevance
483 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { in testGroupEnded() argument486 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()487 printTotals(_testGroupStats.totals); in testGroupEnded()490 StreamingReporterBase::testGroupEnded(_testGroupStats); in testGroupEnded()
52 void testGroupEnded(TestGroupStats const& _testGroupStats) override;
9545 virtual void testGroupEnded( TestGroupStats const& _testGroupStats ) CATCH_OVERRIDE { in testGroupEnded()9548 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()9549 printTotals( _testGroupStats.totals ); in testGroupEnded()9552 StreamingReporterBase::testGroupEnded( _testGroupStats ); in testGroupEnded()
6136 void testGroupEnded(TestGroupStats const& _testGroupStats) override;16265 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { in testGroupEnded() argument16268 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()16269 printTotals(_testGroupStats.totals); in testGroupEnded()16272 StreamingReporterBase::testGroupEnded(_testGroupStats); in testGroupEnded()
6170 void testGroupEnded(TestGroupStats const& _testGroupStats) override;16518 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { in testGroupEnded() argument16521 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()16522 printTotals(_testGroupStats.totals); in testGroupEnded()16525 StreamingReporterBase::testGroupEnded(_testGroupStats); in testGroupEnded()