| 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())); |
| 12741 | } |
| 12742 | |
| 12743 | Totals RunContext::runTest(TestCase const& testCase) { |
| 12744 | Totals prevTotals = m_totals; |
no test coverage detected