| 9297 | currentTestCaseInfo = _testInfo; |
| 9298 | } |
| 9299 | virtual void sectionStarting( SectionInfo const& _sectionInfo ) CATCH_OVERRIDE { |
| 9300 | m_sectionStack.push_back( _sectionInfo ); |
| 9301 | } |
| 9302 | |
| 9303 | virtual void sectionEnded( SectionStats const& /* _sectionStats */ ) CATCH_OVERRIDE { |
| 9304 | m_sectionStack.pop_back(); |
nothing calls this directly
no outgoing calls
no test coverage detected