NAnt SDK Documentation - v0.92
NUnit2Task.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
List`1([NAnt.NUnit.Types.FormatterElement, NAnt.NUnit, Version=0.92.4543.0, Culture=neutral, PublicKeyToken=null))
[C#]
[BuildElementArray(ElementType=null, Name="formatter", Required=False, ProcessXml=True)]
public
System.Collections.Generic.List`1[[NAnt.NUnit.Types.FormatterElement, NAnt.NUnit, Version=0.92.4543.0, Culture=neutral, PublicKeyToken=null]]
FormatterElements {get;}
See Also
NUnit2Task Class
|
NAnt.NUnit2.Tasks Namespace