Initializes a new instance of the NUnitTestCollection class.
Initializes a new instance of the NUnitTestCollection class.
public NUnitTestCollection();
Initializes a new instance of the NUnitTestCollection class with the specified array of NUnitTest instances.
public NUnitTestCollection(NUnitTest[]);
Initializes a new instance of the NUnitTestCollection class with the specified NUnitTestCollection instance.
public NUnitTestCollection(NUnitTestCollection);
NUnitTestCollection Class | NAnt.NUnit1.Types Namespace