Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_run_context.h44 … 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 );
Dcatch_run_context.cpp88 …::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/
Dcatch.hpp6145 … 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/
Dcatch.hpp5881 …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()