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

NUnitTest.Assembly Property

[This is preliminary documentation and subject to change.]

Assembly to load the test from.

[Visual Basic]
<TaskAttribute(Name:="assembly", Required:=True, ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Assembly As String
[C#]
[TaskAttribute(Name="assembly", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public string Assembly {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.NUnit1.Types.NUnitTest.Assembly

See Also

NUnitTest Class | NAnt.NUnit1.Types Namespace