ITestEnvironmentHelper Interface

 

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

public interface ITestEnvironmentHelper
public interface class ITestEnvironmentHelper
type ITestEnvironmentHelper = interface end
Public Interface ITestEnvironmentHelper

Properties

Name Description
System_CAPS_pubproperty Parent

Gets the parent of this test environment helper object.

Methods

Name Description
System_CAPS_pubmethod Create()

Creates an empty test environment.

System_CAPS_pubmethod Create(ITestManagementTeamProject, ITestController)

Returns a new test environment.

System_CAPS_pubmethod Find(Guid)

Finds and returns a specific test environment by using the provided GUID.

System_CAPS_pubmethod Query()

Returns a list of the test environments that belong to the owner of this helper.

System_CAPS_pubmethod Register(IEnumerable<ITestEnvironment>)

Registers the provided test environment objects with the team project collection.

System_CAPS_pubmethod Unregister(IEnumerable<ITestEnvironment>)

Unregisters each test environment in the provided list from the team project collection.

System_CAPS_pubmethod Update(IEnumerable<ITestEnvironment>)

Persists the updated properties of all test environments to the server.

Remarks

This helper interface is available as a property of the ITestManagementTeamProject and ITestController interfaces.

See Also

ITestManagementTeamProject
ITestController
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top