ITestManagementService2 Interface

 

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

Syntax

public interface ITestManagementService2 : ITestManagementService
public interface class ITestManagementService2 : ITestManagementService
type ITestManagementService2 = 
    interface
        interface ITestManagementService
    end
Public Interface ITestManagementService2
    Inherits ITestManagementService

Properties

Name Description
System_CAPS_pubproperty AuthorizedIdentity

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

System_CAPS_pubproperty DataCollectors

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_pubproperty TestControllers

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_pubproperty TfsIdentityStore

The Team Foundation Identity cache(Inherited from ITestManagementService.)

Methods

Name Description
System_CAPS_pubmethod FindTestResultByLink(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_pubmethod FindTestRunByTmiRunId(Guid)

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

System_CAPS_pubmethod GetTeamProject(Project)

System_CAPS_pubmethod GetTeamProject(String)

System_CAPS_pubmethod IsSupported()

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

System_CAPS_pubmethod QueryTestRuns(String)

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

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top