| 9924 | unsigned int Config::benchmarkResamples() const { return m_data.benchmarkResamples; } |
| 9925 | |
| 9926 | IStream const* Config::openStream() { |
| 9927 | return Catch::makeStream(m_data.outputFilename); |
| 9928 | } |
| 9929 | |
| 9930 | } // end namespace Catch |
| 9931 | // end catch_config.cpp |
nothing calls this directly
no test coverage detected