Store the streambuf from cout up-front because cout may get redirected when running tests
| 11006 | // Store the streambuf from cout up-front because |
| 11007 | // cout may get redirected when running tests |
| 11008 | CoutStream() : m_os( Catch::cout().rdbuf() ) {} |
| 11009 | ~CoutStream() override = default; |
| 11010 | |
| 11011 | public: // IStream |
nothing calls this directly
no outgoing calls
no test coverage detected