| 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())); |
| 12120 | } |
| 12121 | |
| 12122 | Totals RunContext::runTest(TestCase const& testCase) { |
| 12123 | Totals prevTotals = m_totals; |
no test coverage detected