| 10626 | } |
| 10627 | |
| 10628 | void RunContext::invokeActiveTestCase() { |
| 10629 | FatalConditionHandler fatalConditionHandler; // Handle signals |
| 10630 | m_activeTestCase->invoke(); |
| 10631 | fatalConditionHandler.reset(); |
| 10632 | } |
| 10633 | |
| 10634 | void RunContext::handleUnfinishedSections() { |
| 10635 | // If sections ended prematurely due to an exception we stored their |