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 | |
---|---|---|
Create() | Creates a new instance of a test controller. |
|
Find(String) | 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(IEnumerable<ITestController>) | Registers each of the provided test controllers with the team project collection. |
|
Unregister(IEnumerable<ITestController>) | Unregisters each provided test controller from the team project collection. |
|
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