| 12888 | m_reporter->benchmarkEnded( stats ); |
| 12889 | } |
| 12890 | void RunContext::benchmarkFailed(std::string const & error) { |
| 12891 | m_reporter->benchmarkFailed(error); |
| 12892 | } |
| 12893 | #endif // CATCH_CONFIG_ENABLE_BENCHMARKING |
| 12894 | |
| 12895 | void RunContext::pushScopedMessage(MessageInfo const & message) { |
no test coverage detected