| 10248 | } |
| 10249 | |
| 10250 | const AssertionResult * RunContext::getLastResult() const { |
| 10251 | return &(*m_lastResult); |
| 10252 | } |
| 10253 | |
| 10254 | void RunContext::exceptionEarlyReported() { |
| 10255 | m_shouldReportUnexpected = false; |
nothing calls this directly
no outgoing calls
no test coverage detected