| 7873 | Verbosity Config::verbosity() const { return m_data.verbosity; } |
| 7874 | |
| 7875 | IStream const* Config::openStream() { |
| 7876 | return Catch::makeStream(m_data.outputFilename); |
| 7877 | } |
| 7878 | |
| 7879 | } // end namespace Catch |
| 7880 | // end catch_config.cpp |
nothing calls this directly
no test coverage detected