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

NUnitTask.Tests Property

[This is preliminary documentation and subject to change.]

Tests to run.

[Visual Basic]
<BuildElementArray(ElementType:=null, Name:="test", Required:=False, ProcessXml:=True)>
Public ReadOnly Property Tests As NUnitTestCollection
[C#]
[BuildElementArray(ElementType=null, Name="test", Required=False, ProcessXml=True)]
public NAnt.NUnit1.Types.NUnitTestCollection Tests {get;}

Remarks

Missing <remarks> documentation for P:NAnt.NUnit1.Tasks.NUnitTask.Tests

See Also

NUnitTask Class | NAnt.NUnit1.Tasks Namespace