Searched refs:GroupInfo (Results 1 – 1 of 1) sorted by relevance
5112 struct GroupInfo { struct5113 GroupInfo( std::string const& _name, in GroupInfo() argument5211 TestGroupStats( GroupInfo const& _groupInfo, in TestGroupStats()5218 TestGroupStats( GroupInfo const& _groupInfo ) in TestGroupStats()5231 GroupInfo groupInfo;5277 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;5926 m_reporter->testGroupStarting( GroupInfo( testSpec, groupIndex, groupsCount ) ); in testGroupStarting()5929 …m_reporter->testGroupEnded( TestGroupStats( GroupInfo( testSpec, groupIndex, groupsCount ), totals… in testGroupEnded()7650 virtual void testGroupStarting( GroupInfo const& groupInfo );7683 void LegacyReporterAdapter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting()[all …]