NAnt SDK Documentation - v0.92 |
|
NUnitTest.Class Property
Class name of the test.
[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Name:="class", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property Class As
String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Name="class", Required=True, ExpandProperties=True, ProcessXml=True)]
public
string Class {get; set;}
See Also
NUnitTest Class | NAnt.NUnit1.Types Namespace