| 6762 | Verbosity Config::verbosity() const { return m_data.verbosity; } |
| 6763 | |
| 6764 | IStream const* Config::openStream() { |
| 6765 | return Catch::makeStream(m_data.outputFilename); |
| 6766 | } |
| 6767 | |
| 6768 | } // end namespace Catch |
| 6769 | // end catch_config.cpp |
nothing calls this directly
no test coverage detected