MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / GetCapturedStderr

Function GetCapturedStderr

test/common/gtest/gtest.cpp:9705–9707  ·  view source on GitHub ↗

Stops capturing stderr and returns the captured string.

Source from the content-addressed store, hash-verified

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

Callers 1

PassedMethod · 0.85

Calls 1

GetCapturedStreamFunction · 0.85

Tested by

no test coverage detected