| 8561 | m_sectionStack.pop_back(); |
| 8562 | } |
| 8563 | virtual void testCaseEnded( TestCaseStats const& /* _testCaseStats */ ) CATCH_OVERRIDE { |
| 8564 | currentTestCaseInfo.reset(); |
| 8565 | } |
| 8566 | virtual void testGroupEnded( TestGroupStats const& /* _testGroupStats */ ) CATCH_OVERRIDE { |
| 8567 | currentGroupInfo.reset(); |
| 8568 | } |