ITestConfigurationHelper Interface

Provides helper properties and methods for test configuration objects.

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

Syntax

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

The ITestConfigurationHelper type exposes the following members.

Methods

  Name Description
Public method Count Returns the number of test configuration objects that match the given query.
Public method Create Creates a new test configuration object.
Public method CreateFromFile Creates a new test configuration object by using the specified XML file.
Public method Find Finds and returns a specified test configuration from the server.
Public method Query(String) Returns a collection of test configurations from the server by using the provided query.
Public method Query(String, IDictionary) Returns a collection of test configurations from the server by using the provided query and context.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestConfiguration