XmlResultFormatter.

SetOutput(TextWriter) Method

Summary

Sets the System.IO.TextWriter the formatter is supposed to write its results to.
Assembly
NAnt.NUnit1.dll
Namespace
NAnt.NUnit1.Types
Containing Type
XmlResultFormatter

Syntax

public void SetOutput(TextWriter writer)

Parameters

Name Type Description
writer TextWriter

Return Value

Type Description
void