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 | |
---|---|---|
Count | Returns the number of test configuration objects that match the given query. | |
Create | Creates a new test configuration object. | |
CreateFromFile | Creates a new test configuration object by using the specified XML file. | |
Find | Finds and returns a specified test configuration from the server. | |
Query(String) | Returns a collection of test configurations from the server by using the provided query. | |
Query(String, IDictionary) | Returns a collection of test configurations from the server by using the provided query and context. | |
Query(String, Int32) | Performs a query of test configurations using user-provided constraints. |
Top