Stops capturing stderr and returns the captured string.
| 9703 | |
| 9704 | // Stops capturing stderr and returns the captured string. |
| 9705 | std::string GetCapturedStderr() { |
| 9706 | return GetCapturedStream(&g_captured_stderr); |
| 9707 | } |
| 9708 | |
| 9709 | #endif // GTEST_HAS_STREAM_REDIRECTION |
| 9710 |
no test coverage detected