| 5706 | } |
| 5707 | |
| 5708 | void sectionEnded(SectionStats const& /* _sectionStats */) override { |
| 5709 | m_sectionStack.pop_back(); |
| 5710 | } |
| 5711 | void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { |
| 5712 | currentTestCaseInfo.reset(); |
| 5713 | } |
nothing calls this directly
no outgoing calls
no test coverage detected