Searched refs:testGroupStats (Results 1 – 1 of 1) sorted by relevance
5289 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;7657 virtual void testGroupEnded( TestGroupStats const& testGroupStats );7725 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument7726 if( testGroupStats.aborting ) in testGroupEnded()7728 m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); in testGroupEnded()8533 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() argument8537 (*it)->testGroupEnded( testGroupStats ); in testGroupEnded()8767 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded()8768 Ptr<TestGroupNode> node = new TestGroupNode( testGroupStats ); in testGroupEnded()9298 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() argument[all …]