Share via


ITmi Members

Include Protected Members
Include Inherited Members

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 .

The ITmi type exposes the following members.

Methods

 

Name

Description

Public method

AddManagedTestStorage

Overloaded. Adds a test storage path to the UI of .

Public method

AddOrUpdateTests

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

Public method

AddTest

Adds the provided test to the UI of .

Public method

AddTests

Adds a collection of tests to the UI of .

Public method

ClearManagedTestStorage

Clears the list of storage paths that are managed by the specified test manager.

Public method

FindTipForTestType

Returns a test item provider for the specified test type.

Public method

GetTest

Returns the test element that corresponds to the specified test ID.

Public method

GetTestLists

Gets all the top-level test lists in the UI of .

Public method

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.

Public method

GetTestResults

Overloaded. Gets an array of test result objects from a test run.

Public method

GetTestRun

Returns the specified test run from the UI of .

Public method

GetTestRunConfiguration

Returns the loaded test run configuration in the UI of  that has the given ID.

Public method

GetTestRunConfigurations

Returns all loaded test run configurations in the UI of .

Public method

GetTestRuns

Returns all test runs in the UI of .

Public method

GetTests

Returns all tests that are loaded in the UI of .

Public method

GetTestsNotInAnyTestList

Overloaded. Gets an array of tests that are not in any of the test lists in the UI of .

Public method

ReleaseTest

Deletes the specified test from the UI of .

Public method

ReleaseTests

Overloaded. Deletes the specified tests from the UI of .

Public method

SaveTest

Saves the specified test from the UI memory to a hard disk.

Public method

UpdateTest

Updates the provided test in the UI of  by using the provided test.

Public method

UpdateTests

Updates those tests in the UI of  by using the provided collection of tests.

Top

Properties

 

Name

Description

Public property

ActiveTestRunConfigurationId

Gets or sets the active test run configuration for the current solution.

Top

See Also

Reference

ITmi Interface

Microsoft.VisualStudio.TestTools.Common Namespace