NAnt SDK Documentation - v0.92

NUnitTestCollection.AddRange Method

Adds the elements of a NUnitTest array to the end of the collection.

Overload List

Adds the elements of a NUnitTest array to the end of the collection.

public void AddRange(NUnitTest[]);

Adds the elements of a NUnitTestCollection to the end of the collection.

public void AddRange(NUnitTestCollection);

See Also

NUnitTestCollection Class | NAnt.NUnit1.Types Namespace