NUnit2TestCollection.

NUnit2TestCollection(NUnit2Test[]) Constructor

Summary

Initializes a new instance of the NAnt.NUnit2.Types.NUnit2TestCollection class with the specified array of NAnt.NUnit2.Types.NUnit2Test instances.
Assembly
NAnt.NUnit2.dll
Namespace
NAnt.NUnit2.Types
Containing Type
NUnit2TestCollection

Syntax

public NUnit2TestCollection(NUnit2Test[] value)

Parameters

Name Type Description
value NUnit2Test[]

Return Value

Type Description
void