| 8771 | } |
| 8772 | |
| 8773 | void RunContext::assertionPassed() { |
| 8774 | m_lastAssertionPassed = true; |
| 8775 | ++m_totals.assertions.passed; |
| 8776 | resetAssertionInfo(); |
| 8777 | } |
| 8778 | |
| 8779 | bool RunContext::aborting() const { |
| 8780 | return m_totals.assertions.failed == static_cast<std::size_t>(m_config->abortAfter()); |
nothing calls this directly
no outgoing calls
no test coverage detected