| 10230 | m_reporter->benchmarkStarting( info ); |
| 10231 | } |
| 10232 | void RunContext::benchmarkEnded( BenchmarkStats const& stats ) { |
| 10233 | m_reporter->benchmarkEnded( stats ); |
| 10234 | } |
| 10235 | |
| 10236 | void RunContext::pushScopedMessage(MessageInfo const & message) { |
| 10237 | m_messages.push_back(message); |
no test coverage detected