| 12726 | } |
| 12727 | |
| 12728 | void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) { |
| 12729 | m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, aborting())); |
| 12730 | } |
| 12731 | |
| 12732 | Totals RunContext::runTest(TestCase const& testCase) { |
| 12733 | Totals prevTotals = m_totals; |
no test coverage detected