NAnt SDK Documentation - v0.85-nightly-2005-11-09

NUnit2Task.FormatterElements Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

Missing <remarks> documentation for P:NAnt.NUnit2.Tasks.NUnit2Task.FormatterElements

See Also

NUnit2Task Class | NAnt.NUnit2.Tasks Namespace