| 8661 | m_reporter->benchmarkStarting(info); |
| 8662 | } |
| 8663 | void RunContext::benchmarkEnded(BenchmarkStats const &stats) { |
| 8664 | m_reporter->benchmarkEnded(stats); |
| 8665 | } |
| 8666 | |
| 8667 | void RunContext::pushScopedMessage(MessageInfo const &message) { |
| 8668 | m_messages.push_back(message); |
no test coverage detected