NUnit.UI.TouchRunner.Writer Property
Gets or sets the TextWriter instance where the results of the unit tests /// execution will be written.

Syntax

public System.IO.TextWriter Writer { get; set; }

Value

The writer

Remarks

By default all text is written to Console.Out but the user can select (using the options) or programmatically set a TcpTextWriter instance to have the test result be sent to a remote server.

Requirements

Namespace: NUnit.UI
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 0.6.0.0, 1.0.0.0