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.
ITestControllerHelper Interface
Provides helper methods for test controllers.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| 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. |
This helper interface is a property of the ITestManagementService class.
Show:
