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

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

The ITestVariableHelper type exposes the following members.

Methods

  Name Description
Public method Create Returns a new test run variable.
Public method CreateFromFile Creates a set of test variable objects from an XML file.
Public method CreateVariableValue Creates a test value object for the provided test variable object.
Public method Query Returns a list of test variable objects for the team project.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestVariable