Lines Matching refs:groupInfo
5593 GroupInfo groupInfo;
5666 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
6340 void testGroupStarting(GroupInfo const& groupInfo) override;
6395 void testGroupStarting(GroupInfo const& groupInfo) override;
11052 void testGroupStarting( GroupInfo const& groupInfo ) override;
11144 : groupInfo( _groupInfo ),
11150 : groupInfo( _groupInfo ),
16588 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n";
16881 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) {
16886 CumulativeReporterBase::testGroupStarting( groupInfo );
16919 xml.writeAttribute( "name", stats.groupInfo.name );
17166 void ListeningReporter::testGroupStarting( GroupInfo const& groupInfo ) {
17168 listener->testGroupStarting( groupInfo );
17170 m_reporter->testGroupStarting( groupInfo );
17296 void XmlReporter::testGroupStarting( GroupInfo const& groupInfo ) {
17297 StreamingReporterBase::testGroupStarting( groupInfo );
17299 .writeAttribute( "name", groupInfo.name );