| 10083 | } |
| 10084 | |
| 10085 | RunContext::~RunContext() { |
| 10086 | m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting())); |
| 10087 | } |
| 10088 | |
| 10089 | void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) { |
| 10090 | m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); |
nothing calls this directly
no test coverage detected