Lines Matching refs:groupInfo
5188 : groupInfo( _groupInfo ), in TestGroupStats()
5193 : groupInfo( _groupInfo ), in TestGroupStats()
5205 GroupInfo groupInfo; member
5249 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
7591 virtual void testGroupStarting( GroupInfo const& groupInfo );
7624 void LegacyReporterAdapter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
7625 m_legacyReporter->StartGroup( groupInfo.name ); in testGroupStarting()
7669 m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); in testGroupEnded()
8422 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { in testGroupStarting() argument
8426 (*it)->testGroupStarting( groupInfo ); in testGroupStarting()
9112 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { in testGroupStarting() argument
9113 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
9115 .writeAttribute( "name", groupInfo.name ); in testGroupStarting()
9292 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { in testGroupStarting() argument
9297 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
9325 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
9548 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()