Share via


ITmi.AddOrUpdateTests Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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)

Syntax

'Declaration
Sub AddOrUpdateTests ( _
    tests As ICollection _
)
void AddOrUpdateTests(
    ICollection tests
)
void AddOrUpdateTests(
    ICollection^ tests
)
abstract AddOrUpdateTests : 
        tests:ICollection -> unit 
function AddOrUpdateTests(
    tests : ICollection
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

ITmi Interface

Microsoft.VisualStudio.TestTools.Common Namespace

TestElement