This documentation is archived and is not being maintained.
ITestManagementService Interface
Visual Studio 2012
Represents the main object for the test management client API. Provides access to project collection level helper objects and ITestManagementTeamProject.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
The ITestManagementService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AuthorizedIdentity | Gets the identity of the current authorized user. |
![]() | DataCollectors | Gets a helper object that has methods to create, query, register, unregister, and update the data collectors on the Team Foundation Server. |
![]() | TestControllers | Gets a helper object that has methods to create, query, register, unregister, and update the test controllers on the Team Foundation Server. |
![]() | TfsIdentityStore | The Team Foundation Identity cache |
| Name | Description | |
|---|---|---|
![]() | FindTestResultByLink | Finds and returns a test result and a test result attachment, if any, by using the provided uniform resource identifier (URI). |
![]() | FindTestRunByTmiRunId | Finds and returns a test result by using the provided identifier for the Test Management Interface (TMI) run. |
![]() | GetTeamProject(Project) | Returns a team project object that is based on the provided project. |
![]() | GetTeamProject(String) | Returns the team project that has the provided project name. |
![]() | IsSupported | Returns a value that indicates whether the current server supports test management services. |
![]() | QueryTestRuns | Returns a list of test runs that is found by executing the provided query. |
Applications can obtain an instance of this service by using the TeamFoundationServer.GetService method.
Show:
