| 12733 | } |
| 12734 | |
| 12735 | void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) { |
| 12736 | m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); |
| 12737 | } |
| 12738 | |
| 12739 | void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) { |
| 12740 | m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, aborting())); |