Saves Console.Out and Console.Error and restores them when the object is destroyed
More...
Saves Console.Out and Console.Error and restores them when the object is destroyed
void NUnit.ConsoleRunner.Utilities.SaveConsoleOutput.Dispose |
( |
| ) |
|
|
inline |
Restores Console.Out and Console.Error
readonly TextWriter NUnit.ConsoleRunner.Utilities.SaveConsoleOutput._savedOut = Console.Out |
|
private |
readonly TextWriter NUnit.ConsoleRunner.Utilities.SaveConsoleOutput._savedError = Console.Error |
|
private |
The documentation for this class was generated from the following file: