| 5699 | } |
| 5700 | |
| 5701 | void testCaseStarting(TestCaseInfo const& _testInfo) override { |
| 5702 | currentTestCaseInfo = _testInfo; |
| 5703 | } |
| 5704 | void sectionStarting(SectionInfo const& _sectionInfo) override { |
| 5705 | m_sectionStack.push_back(_sectionInfo); |
| 5706 | } |
nothing calls this directly
no outgoing calls
no test coverage detected