ITestManagement Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Adds access to the Test Management Interface (TMI) to a derived class.

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

Syntax

'Declaration
Public Interface ITestManagement
public interface ITestManagement
public interface class ITestManagement
type ITestManagement =  interface end
public interface ITestManagement

The ITestManagement type exposes the following members.

Properties

  Name Description
Public property TmiInstance Gets an instance of the ITmi, which provides access to the Test Management Interface (TMI).

Top

Methods

  Name Description
Public method SaveTestLists Saves any changes that were made by using the ITmi instance to disk.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Vsip Namespace

ITmi