Share via


ITestControllerHelper Interface

 

Provides helper methods for test controllers.

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

Syntax

public interface ITestControllerHelper
public interface class ITestControllerHelper
type ITestControllerHelper = interface end
Public Interface ITestControllerHelper

Methods

Name Description
System_CAPS_pubmethod Create()

Creates a new instance of a test controller.

System_CAPS_pubmethod Find(String)

Finds and returns a test controller by using the provided name.

System_CAPS_pubmethod Query()

Returns a list of all test controllers that are registered with the team project collection.

System_CAPS_pubmethod Query(String)

Returns a list of all test controllers that belong to the specified group of test controllers in the team project collection.

System_CAPS_pubmethod Register(IEnumerable<ITestController>)

Registers each of the provided test controllers with the team project collection.

System_CAPS_pubmethod Unregister(IEnumerable<ITestController>)

Unregisters each provided test controller from the team project collection.

System_CAPS_pubmethod Update(IEnumerable<ITestController>)

Persists the updated properties of the provided test controllers on the server.

Remarks

This helper interface is a property of the ITestManagementService class.

See Also

ITestController
ITestManagementService
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top