ITmi.AddOrUpdateTests(ICollection) 方法

定义

使用提供的测试集合在测试管理界面中添加或更新测试。

public:
 void AddOrUpdateTests(System::Collections::ICollection ^ tests);
public void AddOrUpdateTests (System.Collections.ICollection tests);
abstract member AddOrUpdateTests : System.Collections.ICollection -> unit
Public Sub AddOrUpdateTests (tests As ICollection)

参数

tests
ICollection

测试集合。

适用于