Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestManagementService2 Interface

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public interface class ITestManagementService2 : ITestManagementService

NameDescription
System_CAPS_pubpropertyAuthorizedIdentity

Gets the identity of the current authorized user.(Inherited from ITestManagementService.)

System_CAPS_pubpropertyDataCollectors

Gets a helper object that has methods to create, query, register, unregister, and update the data collectors on the Team Foundation Server.(Inherited from ITestManagementService.)

System_CAPS_pubpropertyTestControllers

Gets a helper object that has methods to create, query, register, unregister, and update the test controllers on the Team Foundation Server.(Inherited from ITestManagementService.)

System_CAPS_pubpropertyTfsIdentityStore

The Team Foundation Identity cache(Inherited from ITestManagementService.)

NameDescription
System_CAPS_pubmethodFindTestResultByLink(Uri^, ITestAttachment^)

Finds and returns a test result and a test result attachment, if any, by using the provided uniform resource identifier (URI).(Inherited from ITestManagementService.)

System_CAPS_pubmethodFindTestRunByTmiRunId(Guid)

Finds and returns a test result by using the provided identifier for the Test Management Interface (TMI) run.(Inherited from ITestManagementService.)

System_CAPS_pubmethodGetTeamProject(Project^)

System_CAPS_pubmethodGetTeamProject(String^)

System_CAPS_pubmethodIsSupported()

Returns a value that indicates whether the current server supports test management services.(Inherited from ITestManagementService.)

System_CAPS_pubmethodQueryTestRuns(String^)

Returns a list of test runs that is found by executing the provided query.(Inherited from ITestManagementService.)

Return to top
Show: