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 | |
---|---|---|
![]() |
Count(String) | Returns the number of test configuration objects that match the given query. |
![]() |
Create() | Creates a new test configuration object. |
![]() |
CreateFromFile(String) | Creates a new test configuration object by using the specified XML file. |
![]() |
Find(Int32) | 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. |
See Also
ITestConfiguration
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top