| 8767 | } |
| 8768 | |
| 8769 | bool RunContext::lastAssertionPassed() { |
| 8770 | return m_lastAssertionPassed; |
| 8771 | } |
| 8772 | |
| 8773 | void RunContext::assertionPassed() { |
| 8774 | m_lastAssertionPassed = true; |
nothing calls this directly
no outgoing calls
no test coverage detected