| 8089 | RedirectedStdOut::RedirectedStdOut() : m_cout(Catch::cout(), m_rss.get()) { |
| 8090 | } |
| 8091 | auto RedirectedStdOut::str() const -> std::string { |
| 8092 | return m_rss.str(); |
| 8093 | } |
| 8094 | |
| 8095 | RedirectedStdErr::RedirectedStdErr() : m_cerr(Catch::cerr(), m_rss.get()), m_clog(Catch::clog(), m_rss.get()) { |
| 8096 | } |
no outgoing calls
no test coverage detected