ITestManagement Interface
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 | |
---|---|---|
TmiInstance | Gets an instance of the ITmi, which provides access to the Test Management Interface (TMI). |
Top
Methods
Name | Description | |
---|---|---|
SaveTestLists | Saves any changes that were made by using the ITmi instance to disk. |
Top