Stops capturing stderr and returns the captured string.
| 10903 | |
| 10904 | // Stops capturing stderr and returns the captured string. |
| 10905 | std::string GetCapturedStderr() { |
| 10906 | return GetCapturedStream(&g_captured_stderr); |
| 10907 | } |
| 10908 | |
| 10909 | #endif // GTEST_HAS_STREAM_REDIRECTION |
| 10910 |
no test coverage detected