Share via


ITmi.AddOrUpdateTests(ICollection) Method

Definition

Adds or updates the tests in the test management interface by using the provided collection of tests.

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)

Parameters

tests
ICollection

A collection of tests.

Applies to