| 10091 | } |
| 10092 | |
| 10093 | void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) { |
| 10094 | m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, aborting())); |
| 10095 | } |
| 10096 | |
| 10097 | Totals RunContext::runTest(TestCase const& testCase) { |
| 10098 | Totals prevTotals = m_totals; |
no test coverage detected