Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides helper methods for test controllers.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestControllerHelper
public interface ITestControllerHelper
public interface class ITestControllerHelper
type ITestControllerHelper = interface end
public interface ITestControllerHelper
The ITestControllerHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Create | Creates a new instance of a test controller. |
![]() |
Find | Finds and returns a test controller by using the provided name. |
![]() |
Query() | Returns a list of all test controllers that are registered with the team project collection. |
![]() |
Query(String) | Returns a list of all test controllers that belong to the specified group of test controllers in the team project collection. |
![]() |
Register | Registers each of the provided test controllers with the team project collection. |
![]() |
Unregister | Unregisters each provided test controller from the team project collection. |
![]() |
Update | Persists the updated properties of the provided test controllers on the server. |
Top
Remarks
This helper interface is a property of the ITestManagementService class.