Lines Matching refs:groupInfo
5527 GroupInfo groupInfo; member
5600 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
6273 void testGroupStarting(GroupInfo const& groupInfo) override;
6327 void testGroupStarting(GroupInfo const& groupInfo) override;
10878 void testGroupStarting( GroupInfo const& groupInfo ) override;
10970 : groupInfo( _groupInfo ), in TestGroupStats()
10976 : groupInfo( _groupInfo ), in TestGroupStats()
16243 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()
16522 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
16527 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
16560 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
16800 void ListeningReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
16802 listener->testGroupStarting( groupInfo ); in testGroupStarting()
16804 m_reporter->testGroupStarting( groupInfo ); in testGroupStarting()
16930 void XmlReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument
16931 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
16933 .writeAttribute( "name", groupInfo.name ); in testGroupStarting()