| 8786 | } |
| 8787 | |
| 8788 | void RunContext::invokeActiveTestCase() { |
| 8789 | FatalConditionHandler fatalConditionHandler; // Handle signals |
| 8790 | m_activeTestCase->invoke(); |
| 8791 | fatalConditionHandler.reset(); |
| 8792 | } |
| 8793 | |
| 8794 | void RunContext::handleUnfinishedSections() { |
| 8795 | // If sections ended prematurely due to an exception we stored their |