| 13012 | } |
| 13013 | |
| 13014 | void RunContext::invokeActiveTestCase() { |
| 13015 | FatalConditionHandlerGuard _(&m_fatalConditionhandler); |
| 13016 | m_activeTestCase->invoke(); |
| 13017 | } |
| 13018 | |
| 13019 | void RunContext::handleUnfinishedSections() { |
| 13020 | // If sections ended prematurely due to an exception we stored their |