Lines Matching refs:GroupInfo
5452 struct GroupInfo { struct
5453 GroupInfo( std::string const& _name,
5516 TestGroupStats( GroupInfo const& _groupInfo,
5519 TestGroupStats( GroupInfo const& _groupInfo );
5527 GroupInfo groupInfo;
5600 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
5697 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting()
5732 LazyStat<GroupInfo> currentGroupInfo;
5806 void testGroupStarting( GroupInfo const& ) override {} in testGroupStarting()
6273 void testGroupStarting(GroupInfo const& groupInfo) override;
6327 void testGroupStarting(GroupInfo const& groupInfo) override;
10878 void testGroupStarting( GroupInfo const& groupInfo ) override;
10911 GroupInfo::GroupInfo( std::string const& _name, in GroupInfo() function in Catch::GroupInfo
10967 TestGroupStats::TestGroupStats( GroupInfo const& _groupInfo, in TestGroupStats()
10975 TestGroupStats::TestGroupStats( GroupInfo const& _groupInfo ) in TestGroupStats()
12500 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting()
12504 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded()
16522 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting()
16800 void ListeningReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting()
16930 void XmlReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting()