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

NUnitTestCollection Constructor

[This is preliminary documentation and subject to change.]

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