Searched refs:groupsCount (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.5.0/tools/catch/ |
D | catch.hpp | 5925 …testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount ) { in testGroupStarting() argument 5926 m_reporter->testGroupStarting( GroupInfo( testSpec, groupIndex, groupsCount ) ); in testGroupStarting() 5928 …::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount ) { in testGroupEnded() argument 5929 …rter->testGroupEnded( TestGroupStats( GroupInfo( testSpec, groupIndex, groupsCount ), totals, abor… in testGroupEnded()
|