| 12112 | } |
| 12113 | |
| 12114 | void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) { |
| 12115 | m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); |
| 12116 | } |
| 12117 | |
| 12118 | void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) { |
| 12119 | m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, aborting())); |