| 8527 | } |
| 8528 | |
| 8529 | void RunContext::testGroupStarting(std::string const &testSpec, std::size_t groupIndex, std::size_t groupsCount) { |
| 8530 | m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); |
| 8531 | } |
| 8532 | |
| 8533 | void RunContext::testGroupEnded(std::string const &testSpec, Totals const &totals, std::size_t groupIndex, |
| 8534 | std::size_t groupsCount) { |