| 12402 | } |
| 12403 | |
| 12404 | void RunContext::invokeActiveTestCase() { |
| 12405 | FatalConditionHandler fatalConditionHandler; // Handle signals |
| 12406 | m_activeTestCase->invoke(); |
| 12407 | fatalConditionHandler.reset(); |
| 12408 | } |
| 12409 | |
| 12410 | void RunContext::handleUnfinishedSections() { |
| 12411 | // If sections ended prematurely due to an exception we stored their |