ITestSuiteEntryCollection.Insert 方法
包括受保护的成员
包括继承的成员
将提供的测试用例或测试套件插入到集合中的指定索引位置。
重载此成员。有关此成员的完整信息(包括语法、用法和示例),请单击重载列表中的相应名称。
重载列表
名称 | 说明 | |
---|---|---|
![]() |
Insert(Int32, T) | 将一个项插入指定索引处的 IList<T>。 (继承自 IList<ITestSuiteEntry>。) |
![]() |
Insert(Int32, ITestCase) | 将提供的测试用例插入到集合中的指定索引处。 |
![]() |
Insert(Int32, ITestSuiteBase) | 将提供的测试套件插入到集合中的指定索引处。 |
页首