NAnt SDK Documentation - v0.92

NUnit2Test.TestName Property

Name of a specific testfixture to run. If not specified then all testfixtures are run.

[Visual Basic]
<TaskAttribute(Name:="testname", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property TestName As String
[C#]
[TaskAttribute(Name="testname", Required=False, ExpandProperties=True, ProcessXml=True)]
public string TestName {get; set;}

See Also

NUnit2Test Class | NAnt.NUnit2.Types Namespace