Home
last modified time | relevance | path

Searched refs:GroupInfo (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp5112 struct GroupInfo { struct
5113 GroupInfo( std::string const& _name, in GroupInfo() argument
5211 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 …]