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