| 12787 | } |
| 12788 | |
| 12789 | void RunContext::invokeActiveTestCase() { |
| 12790 | FatalConditionHandler fatalConditionHandler; // Handle signals |
| 12791 | m_activeTestCase->invoke(); |
| 12792 | fatalConditionHandler.reset(); |
| 12793 | } |
| 12794 | |
| 12795 | void RunContext::handleUnfinishedSections() { |
| 12796 | // If sections ended prematurely due to an exception we stored their |