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 | |
---|---|---|
Insert(Int32, UTP) | Inserts an item to the IList at the specified index. (Inherited from IList<ITestSuiteEntry>.) | |
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. |
Top