| 3787 | currentTestCaseInfo = _testInfo; |
| 3788 | } |
| 3789 | void sectionStarting(SectionInfo const& _sectionInfo) override { |
| 3790 | m_sectionStack.push_back(_sectionInfo); |
| 3791 | } |
| 3792 | |
| 3793 | void sectionEnded(SectionStats const& /* _sectionStats */) override { |
| 3794 | m_sectionStack.pop_back(); |
nothing calls this directly
no outgoing calls
no test coverage detected