ITestSuiteEntryCollection.InsertCases Method
Inserts a test case into the collection at the specified index.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Overload List
Name | Description | |
---|---|---|
InsertCases(Int32, IEnumerable<ITestCase>) | Inserts the provided list of test cases into the collection at the specified location. |
|
InsertCases(Int32, IEnumerable<ITestCase>, Boolean) | Inserts the provided list of test cases into the collection at the specified index, and optionally ignores duplicate entries. |
See Also
ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top