Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITmi::AddOrUpdateTests Method (ICollection^)

 

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

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

void AddOrUpdateTests(
	ICollection^ tests
)

Parameters

tests
Type: System.Collections::ICollection^

A collection of tests.

A test that already occurs in the UI of Visual Studio Test Professional is updated; otherwise, it is added.

Return to top
Show: