| 10361 | } |
| 10362 | |
| 10363 | void RunContext::invokeActiveTestCase() { |
| 10364 | FatalConditionHandler fatalConditionHandler; // Handle signals |
| 10365 | m_activeTestCase->invoke(); |
| 10366 | fatalConditionHandler.reset(); |
| 10367 | } |
| 10368 | |
| 10369 | void RunContext::handleUnfinishedSections() { |
| 10370 | // If sections ended prematurely due to an exception we stored their |