| 12079 | |
| 12080 | RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {} |
| 12081 | auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); } |
| 12082 | |
| 12083 | RedirectedStdErr::RedirectedStdErr() |
| 12084 | : m_cerr( Catch::cerr(), m_rss.get() ), |
no outgoing calls
no test coverage detected