Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides a helper interface with methods for test environments.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestEnvironmentHelper
public interface ITestEnvironmentHelper
public interface class ITestEnvironmentHelper
type ITestEnvironmentHelper = interface end
public interface ITestEnvironmentHelper
The ITestEnvironmentHelper type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Parent | Gets the parent of this test environment helper object. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Create() | Creates an empty test environment. |
![]() |
Create(ITestManagementTeamProject, ITestController) | Returns a new test environment. |
![]() |
Find | 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 | Registers the provided test environment objects with the team project collection. |
![]() |
Unregister | Unregisters each test environment in the provided list from the team project collection. |
![]() |
Update | Persists the updated properties of all test environments to the server. |
Top
Remarks
This helper interface is available as a property of the ITestManagementTeamProject and ITestController interfaces.
.gif)
.gif)