| 8531 | } |
| 8532 | |
| 8533 | void RunContext::testGroupEnded(std::string const &testSpec, Totals const &totals, std::size_t groupIndex, |
| 8534 | std::size_t groupsCount) { |
| 8535 | m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, aborting())); |
| 8536 | } |
| 8537 | |
| 8538 | Totals RunContext::runTest(TestCase const &testCase) { |
| 8539 | Totals prevTotals = m_totals; |
no test coverage detected