NAnt SDK Documentation - v0.92

NUnitTestCollection Constructor (NUnitTest[])

Initializes a new instance of the NUnitTestCollection class with the specified array of NUnitTest instances.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As NUnitTest() _
)
[C#]
public NUnitTestCollection(
   NUnitTest[] value
);

See Also

NUnitTestCollection Class | NAnt.NUnit1.Types Namespace | NUnitTestCollection Constructor Overload List