Searched refs:RedirectedStdOut (Results 1 – 1 of 1) sorted by relevance
11809 class RedirectedStdOut { class11813 RedirectedStdOut();11841 RedirectedStdOut m_redirectedStdOut;11927 RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {} in RedirectedStdOut() function in Catch::RedirectedStdOut11928 auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); } in str()