NAnt SDK Documentation - v0.92 |
|
NUnit2Task.Labels Property
Indicate whether or not to label the text output as the tests run.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Name:="labels", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Labels As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="labels", Required=False, ExpandProperties=True, ProcessXml=True)]
public
bool Labels {get; set;}
See Also
NUnit2Task Class | NAnt.NUnit2.Tasks Namespace