| 8563 | } |
| 8564 | |
| 8565 | RunContext::~RunContext() { |
| 8566 | m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting())); |
| 8567 | } |
| 8568 | |
| 8569 | void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) { |
| 8570 | m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); |
nothing calls this directly
no test coverage detected