Share via


ITestSuiteEntryCollection.Insert Method

Include Protected Members
Include Inherited Members

Inserts the provided test case or test suite into the collection at the specified index location.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Insert(Int32, T) Inserts an item to the IList<T> at the specified index. (Inherited from IList<ITestSuiteEntry>.)
Public method Insert(Int32, ITestCase) Inserts the provided test case into the collection at the specified index.
Public method Insert(Int32, ITestSuiteBase) Inserts the provided test suite into the collection at the specified index.

Top

See Also

Reference

ITestSuiteEntryCollection Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace