This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the Test Management interface (UI) of Visual Studio Test Professional.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface ITmi _
    Inherits ITestManagementEvents
public interface ITmi : ITestManagementEvents
public interface class ITmi : ITestManagementEvents
type ITmi =  
    interface 
        interface ITestManagementEvents 
    end
public interface ITmi extends ITestManagementEvents
The ITmi type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ActiveTestRunConfigurationId | Gets or sets the active test run configuration for the current solution. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddManagedTestStorage(Object, String) | Adds a test storage path of a specific test manager. | 
| .gif) | AddManagedTestStorage(Object, String, TestType) | Adds the provided test storage path of a specific test manager and specified test type. | 
| .gif) | AddOrUpdateTests | Adds or updates the tests in the test management interface by using the provided collection of tests. | 
| .gif) | AddTest | Adds the provided test to the UI of Visual Studio Test Professional. | 
| .gif) | AddTests | Adds a collection of tests to the UI of Visual Studio Test Professional. | 
| .gif) | ClearManagedTestStorage | Clears the list of storage paths that are managed by the specified test manager. | 
| .gif) | FindTipForTestType | Returns a test item provider for the specified test type. | 
| .gif) | GetTest | Returns the test element that corresponds to the specified test ID. | 
| .gif) | GetTestLists | Gets all the top-level test lists in the UI of Visual Studio Test Professional. | 
| .gif) | GetTestListsForResults | Returns an array of read-only test lists in which each list contains tests that match a test result in the provided test run. | 
| .gif) | GetTestResults(TestRun) | Gets an array of test result objects from the provided test run. | 
| .gif) | GetTestResults(TestRun, ITestElement) | Gets an array of test results from the provided test run that are in the provided test. | 
| .gif) | GetTestRun | Returns the specified test run from the UI of Visual Studio Test Professional. | 
| .gif) | GetTestRunConfiguration | Returns the loaded test run configuration in the UI of Visual Studio Test Professional that has the given ID. | 
| .gif) | GetTestRunConfigurations | Returns all loaded test run configurations in the UI of Visual Studio Test Professional. | 
| .gif) | GetTestRuns | Returns all test runs in the UI of Visual Studio Test Professional. | 
| .gif) | GetTests | Returns all tests that are loaded in the UI of Visual Studio Test Professional. | 
| .gif) | GetTestsNotInAnyTestList() | Gets an array of tests that are not in any of the test lists in the UI of Visual Studio Test Professional. | 
| .gif) | GetTestsNotInAnyTestList(TestRun) | Gets an array of tests that are not in any of the test lists in the UI of Visual Studio Test Professional and that are in the provided test run. | 
| .gif) | ReleaseTest | Deletes the specified test from the UI of Visual Studio Test Professional. | 
| .gif) | ReleaseTests(ICollection) | Deletes the tests that are specified by the provided collection of IDs from the UI of Visual Studio Test Professional. | 
| .gif) | ReleaseTests(String) | Deletes the tests in the specified storage location from the UI of Visual Studio Test Professional. | 
| .gif) | SaveTest | Saves the specified test from the UI memory to a hard disk. | 
| .gif) | UpdateTest | Updates the provided test in the UI of Visual Studio Test Professional by using the provided test. | 
| .gif) | UpdateTests | Updates those tests in the UI of Visual Studio Test Professional by using the provided collection of tests. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | TestRunSubmitting | Occurs after deployment is finished and before a test run is submitted to the test controller. (Inherited from ITestManagementEvents.) | 
Top