| 5702 | currentTestCaseInfo = _testInfo; |
| 5703 | } |
| 5704 | void sectionStarting(SectionInfo const& _sectionInfo) override { |
| 5705 | m_sectionStack.push_back(_sectionInfo); |
| 5706 | } |
| 5707 | |
| 5708 | void sectionEnded(SectionStats const& /* _sectionStats */) override { |
| 5709 | m_sectionStack.pop_back(); |
nothing calls this directly
no outgoing calls
no test coverage detected