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

NUnit2Task.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 NUnit2TestCollection
[C#]
[BuildElementArray(ElementType=null, Name="test", Required=False, ProcessXml=True)]
public NAnt.NUnit2.Types.NUnit2TestCollection Tests {get;}

Remarks

Missing <remarks> documentation for P:NAnt.NUnit2.Tasks.NUnit2Task.Tests

See Also

NUnit2Task Class | NAnt.NUnit2.Tasks Namespace