| 8857 | } |
| 8858 | |
| 8859 | void RunContext::populateReaction(AssertionReaction &reaction) { |
| 8860 | reaction.shouldDebugBreak = m_config->shouldDebugBreak(); |
| 8861 | reaction.shouldThrow = aborting() || (m_lastAssertionInfo.resultDisposition & ResultDisposition::Normal); |
| 8862 | } |
| 8863 | |
| 8864 | void RunContext::handleIncomplete(AssertionInfo const &info) { |
| 8865 | m_lastAssertionInfo = info; |
nothing calls this directly
no test coverage detected