| 8828 | } |
| 8829 | |
| 8830 | void RunContext::invokeActiveTestCase() { |
| 8831 | FatalConditionHandler fatalConditionHandler; // Handle signals |
| 8832 | m_activeTestCase->invoke(); |
| 8833 | fatalConditionHandler.reset(); |
| 8834 | } |
| 8835 | |
| 8836 | void RunContext::handleUnfinishedSections() { |
| 8837 | // If sections ended prematurely due to an exception we stored their |