| 11582 | |
| 11583 | RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {} |
| 11584 | auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); } |
| 11585 | |
| 11586 | RedirectedStdErr::RedirectedStdErr() |
| 11587 | : m_cerr( Catch::cerr(), m_rss.get() ), |
no outgoing calls
no test coverage detected