NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
NUnitTest.Class Property
[This is preliminary documentation and subject to change.]
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;}
Remarks
Missing <remarks> documentation for P:NAnt.NUnit1.Types.NUnitTest.Class
See Also
NUnitTest Class | NAnt.NUnit1.Types Namespace