Searched refs:groupsCount (Results 1 – 4 of 4) sorted by relevance
/external/catch2/include/internal/ |
D | catch_run_context.h | 44 … testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount ); 45 …d::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount );
|
D | catch_run_context.cpp | 88 …::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) { in testGroupStarting() argument 89 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting() 92 …d::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) { in testGroupEnded() argument 93 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 6145 … testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount ); 6146 …d::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount ); 10318 …::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) { in testGroupStarting() argument 10319 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting() 10322 …d::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) { in testGroupEnded() argument 10323 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5881 …testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount ) { in testGroupStarting() argument 5882 m_reporter->testGroupStarting( GroupInfo( testSpec, groupIndex, groupsCount ) ); in testGroupStarting() 5884 …::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount ) { in testGroupEnded() argument 5885 …rter->testGroupEnded( TestGroupStats( GroupInfo( testSpec, groupIndex, groupsCount ), totals, abor… in testGroupEnded()
|