| 9568 | } |
| 9569 | |
| 9570 | RedirectedStream::~RedirectedStream() { |
| 9571 | m_originalStream.rdbuf( m_prevBuf ); |
| 9572 | } |
| 9573 | |
| 9574 | RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {} |
| 9575 | auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); } |
nothing calls this directly
no outgoing calls
no test coverage detected