NUnit2Test.

TestName Property

Summary

Name of a specific testfixture to run. If not specified then all testfixtures are run.
Assembly
NAnt.NUnit2.dll
Namespace
NAnt.NUnit2.Types
Containing Type
NUnit2Test

Syntax

[TaskAttribute("testname")]
public string TestName { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string