| 8721 | } |
| 8722 | |
| 8723 | const AssertionResult * RunContext::getLastResult() const { |
| 8724 | return &(*m_lastResult); |
| 8725 | } |
| 8726 | |
| 8727 | void RunContext::exceptionEarlyReported() { |
| 8728 | m_shouldReportUnexpected = false; |
nothing calls this directly
no outgoing calls
no test coverage detected