Summary
Adds a
NAnt.NUnit2.Types.NUnit2Test
to the end of the collection.
- Assembly
- NAnt
.NUnit2 .dll - Namespace
- NAnt
.NUnit2 .Types - Containing Type
- NUnit2TestCollection
Syntax
public int Add(NUnit2Test item)
Parameters
Name | Type | Description |
---|---|---|
item | NUnit2Test | The NAnt.NUnit2.Types.NUnit2Test to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
int | The position into which the new element was inserted. |