ITestVariableHelper Interface

 

Provides helper properties and methods for test variable objects in Visual Studio Test Professional.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

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

Methods

Name Description
System_CAPS_pubmethod Create()

Returns a new test run variable.

System_CAPS_pubmethod CreateFromFile(String)

Creates a set of test variable objects from an XML file.

System_CAPS_pubmethod CreateVariableValue(String)

Creates a test value object for the provided test variable object.

System_CAPS_pubmethod Query()

Returns a list of test variable objects for the team project.

See Also

ITestVariable
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top