NAnt SDK Documentation - v0.92 |
|
NUnitTestCollection.Insert Method
Inserts a NUnitTest into the collection at the specified index.
[Visual Basic]
Public Sub Insert( _
ByVal
index As
Integer, _
ByVal
item As
NUnitTest _
)
Parameters
-
index
- The zero-based index at which item should be inserted.
-
item
- The NUnitTest to insert.
See Also
NUnitTestCollection Class | NAnt.NUnit1.Types Namespace