| 3784 | } |
| 3785 | |
| 3786 | void testCaseStarting(TestCaseInfo const& _testInfo) override { |
| 3787 | currentTestCaseInfo = _testInfo; |
| 3788 | } |
| 3789 | void sectionStarting(SectionInfo const& _sectionInfo) override { |
| 3790 | m_sectionStack.push_back(_sectionInfo); |
| 3791 | } |
nothing calls this directly
no outgoing calls
no test coverage detected