ITestSuiteEntryCollection.Insert 方法

 

将提供的测试用例或测试套件插入到集合中的指定索引位置。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

重载列表

名称 说明
System_CAPS_pubmethod Insert(Int32, T)

(从 IList<T> 继承。)

System_CAPS_pubmethod Insert(Int32, ITestCase)

将提供的测试用例插入到集合中的指定索引处。

System_CAPS_pubmethod Insert(Int32, ITestSuiteBase)

将提供的测试套件插入到集合中的指定索引处。

请参阅

ITestSuiteEntryCollection 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首