| 12258 | |
| 12259 | #if defined(CATCH_CONFIG_ENABLE_BENCHMARKING) |
| 12260 | void RunContext::benchmarkPreparing(std::string const& name) { |
| 12261 | m_reporter->benchmarkPreparing(name); |
| 12262 | } |
| 12263 | void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { |
| 12264 | m_reporter->benchmarkStarting( info ); |
| 12265 | } |
no test coverage detected