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

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

Methods

Name Description
System_CAPS_pubmethod Count(String)

Returns the number of test configuration objects that match the given query.

System_CAPS_pubmethod Create()

Creates a new test configuration object.

System_CAPS_pubmethod CreateFromFile(String)

Creates a new test configuration object by using the specified XML file.

System_CAPS_pubmethod Find(Int32)

Finds and returns a specified test configuration from the server.

System_CAPS_pubmethod Query(String)

Returns a collection of test configurations from the server by using the provided query.

System_CAPS_pubmethod Query(String, IDictionary)

Returns a collection of test configurations from the server by using the provided query and context.

System_CAPS_pubmethod Query(String, Int32)

Performs a query of test configurations using user-provided constraints.

See Also

ITestConfiguration
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top