| 12805 | } |
| 12806 | |
| 12807 | void RunContext::invokeActiveTestCase() { |
| 12808 | FatalConditionHandler fatalConditionHandler; // Handle signals |
| 12809 | m_activeTestCase->invoke(); |
| 12810 | fatalConditionHandler.reset(); |
| 12811 | } |
| 12812 | |
| 12813 | void RunContext::handleUnfinishedSections() { |
| 12814 | // If sections ended prematurely due to an exception we stored their |