DebugWriter is a TextWriter that sends it's output to Debug. We don't use Trace because writing to it is not supported in CF.
More...
|
| override void | Write (char value) |
| | Writes a character to the text stream. More...
|
| |
| override void | Write (string value) |
| | Writes a string to the text stream. More...
|
| |
| override void | WriteLine (string value) |
| | Writes a string followed by a line terminator to the text stream. More...
|
| |
|
| static TextWriter | Out [get] |
| | Singleon instance of a DebugWriter. More...
|
| |
| override System.Text.Encoding | Encoding [get] |
| | When overridden in a derived class, returns the T:System.Text.Encoding in which the output is written. More...
|
| |
DebugWriter is a TextWriter that sends it's output to Debug. We don't use Trace because writing to it is not supported in CF.
| override void NUnitLite.DebugWriter.Write |
( |
char |
value | ) |
|
|
inline |
Writes a character to the text stream.
- Parameters
-
| value | The character to write to the text stream. |
- Exceptions
-
| T:System.ObjectDisposedException | The T:System.IO.TextWriter is closed. |
| T:System.IO.IOException | An I/O error occurs. |
| override void NUnitLite.DebugWriter.Write |
( |
string |
value | ) |
|
|
inline |
Writes a string to the text stream.
- Parameters
-
| value | The string to write. |
- Exceptions
-
| T:System.ObjectDisposedException | The T:System.IO.TextWriter is closed. |
| T:System.IO.IOException | An I/O error occurs. |
| override void NUnitLite.DebugWriter.WriteLine |
( |
string |
value | ) |
|
|
inline |
Writes a string followed by a line terminator to the text stream.
- Parameters
-
| value | The string to write. If value is null, only the line termination characters are written. |
- Exceptions
-
| T:System.ObjectDisposedException | The T:System.IO.TextWriter is closed. |
| T:System.IO.IOException | An I/O error occurs. |
| TextWriter NUnitLite.DebugWriter.writer |
|
staticprivate |
| TextWriter NUnitLite.DebugWriter.Out |
|
staticget |
| override System.Text.Encoding NUnitLite.DebugWriter.Encoding |
|
get |
When overridden in a derived class, returns the T:System.Text.Encoding in which the output is written.
- Returns
- The Encoding in which the output is written.
The documentation for this class was generated from the following file:
- unittests/NUnit_3_0_1_src/src/NUnitFramework/nunitlite.runner/DebugWriter.cs