NAnt SDK Documentation - v0.92

NUnitTask.FormatterElements Property

Formatters to output results of unit tests.

[Visual Basic]
<BuildElementArray(ElementType:=null, Name:="formatter", Required:=False, ProcessXml:=True)>
Public ReadOnly Property FormatterElements As FormatterElementCollection
[C#]
[BuildElementArray(ElementType=null, Name="formatter", Required=False, ProcessXml=True)]
public NAnt.NUnit.Types.FormatterElementCollection FormatterElements {get;}

See Also

NUnitTask Class | NAnt.NUnit1.Tasks Namespace