You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement functions to capture statndard/error output to
facilitate testing of code sending information there. Suggested names:
void CaptureTestStdout() - starts interception of text output to standard
output
string GetCapturedTestStdout() - terminates stdout capture and returns
captured text in a string
void CaptureTestStderr() - starts interception of text output to standard
error output
string GetCapturedTestStderr() - terminates stderr capture and returns
captured text in a string
Original issue reported on code.google.com by vladlosev on 23 Jul 2008 at 6:31
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
vladlosev
on 23 Jul 2008 at 6:31The text was updated successfully, but these errors were encountered: