| 12721 | } |
| 12722 | |
| 12723 | bool RunContext::lastAssertionPassed() { |
| 12724 | return m_lastAssertionPassed; |
| 12725 | } |
| 12726 | |
| 12727 | void RunContext::assertionPassed() { |
| 12728 | m_lastAssertionPassed = true; |
nothing calls this directly
no outgoing calls
no test coverage detected