| 10454 | } |
| 10455 | |
| 10456 | void RunContext::populateReaction( AssertionReaction& reaction ) { |
| 10457 | reaction.shouldDebugBreak = m_config->shouldDebugBreak(); |
| 10458 | reaction.shouldThrow = aborting() || (m_lastAssertionInfo.resultDisposition & ResultDisposition::Normal); |
| 10459 | } |
| 10460 | |
| 10461 | void RunContext::handleIncomplete( |
| 10462 | AssertionInfo const& info |
nothing calls this directly
no test coverage detected