ITestSuiteEntryCollection.InsertCases 方法

 

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

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

重载列表

名称 说明
System_CAPS_pubmethod InsertCases(Int32, IEnumerable<ITestCase>)

将提供的测试用例列表插入到集合中的指定位置。

System_CAPS_pubmethod InsertCases(Int32, IEnumerable<ITestCase>, Boolean)

将提供的测试用例列表插入到集合中的指定索引处,且可以选择忽略重复项。

请参阅

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

返回页首