ITestSuiteEntryCollection.Insert Method
Inserts the provided test case or test suite into the collection at the specified index location.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Overload List
Name | Description | |
---|---|---|
![]() |
Insert(Int32, T) | (Inherited from IList<T>.) |
![]() |
Insert(Int32, ITestCase) | Inserts the provided test case into the collection at the specified index. |
![]() |
Insert(Int32, ITestSuiteBase) | Inserts the provided test suite into the collection at the specified index. |
See Also
ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top