Share via


ITmi.AddTests(ICollection) Method

Definition

Adds a collection of tests to the UI of Visual Studio Test Professional.

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

Parameters

tests
ICollection

A collection of tests.

Applies to