NAnt SDK Documentation - v0.92 |
|
NUnit2Test.AssemblyFile Property
Name of the assembly to search for tests.
[Visual Basic]
<TaskAttribute(Name:="assemblyname", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property AssemblyFile As
FileInfo
[C#]
[TaskAttribute(Name="assemblyname", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo AssemblyFile {get; set;}
See Also
NUnit2Test Class | NAnt.NUnit2.Types Namespace