| 8703 | m_reporter->benchmarkStarting( info ); |
| 8704 | } |
| 8705 | void RunContext::benchmarkEnded( BenchmarkStats const& stats ) { |
| 8706 | m_reporter->benchmarkEnded( stats ); |
| 8707 | } |
| 8708 | |
| 8709 | void RunContext::pushScopedMessage(MessageInfo const & message) { |
| 8710 | m_messages.push_back(message); |
no test coverage detected