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.
ITestEnvironmentHelper Interface
Provides a helper interface with methods for test environments.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Parent | Gets the parent of this test environment helper object. |
| Name | Description | |
|---|---|---|
![]() | Create() | Creates an empty test environment. |
![]() | Create(ITestManagementTeamProject^, ITestController^) | Returns a new test environment. |
![]() | Find(Guid) | Finds and returns a specific test environment by using the provided GUID. |
![]() | Query() | Returns a list of the test environments that belong to the owner of this helper. |
![]() | Register(IEnumerable<ITestEnvironment^>^) | Registers the provided test environment objects with the team project collection. |
![]() | Unregister(IEnumerable<ITestEnvironment^>^) | Unregisters each test environment in the provided list from the team project collection. |
![]() | Update(IEnumerable<ITestEnvironment^>^) | Persists the updated properties of all test environments to the server. |
This helper interface is available as a property of the ITestManagementTeamProject and ITestController interfaces.
Show:

