| 5770 | currentTestCaseInfo = _testInfo; |
| 5771 | } |
| 5772 | void sectionStarting(SectionInfo const& _sectionInfo) override { |
| 5773 | m_sectionStack.push_back(_sectionInfo); |
| 5774 | } |
| 5775 | |
| 5776 | void sectionEnded(SectionStats const& /* _sectionStats */) override { |
| 5777 | m_sectionStack.pop_back(); |
nothing calls this directly
no outgoing calls
no test coverage detected