Stops capturing stderr and returns the captured string.
| 8423 | |
| 8424 | // Stops capturing stderr and returns the captured string. |
| 8425 | String GetCapturedStderr() { return GetCapturedStream(&g_captured_stderr); } |
| 8426 | |
| 8427 | #endif // GTEST_HAS_STREAM_REDIRECTION |
| 8428 |
no test coverage detected