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

NUnit2Test.TestName Property

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for P:NAnt.NUnit2.Types.NUnit2Test.TestName

See Also

NUnit2Test Class | NAnt.NUnit2.Types Namespace