NAnt SDK Documentation - v0.92

NUnitTestCollection Constructor

Initializes a new instance of the NUnitTestCollection class.

Overload List

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);

See Also

NUnitTestCollection Class | NAnt.NUnit1.Types Namespace