Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains create, find, and query methods for a test plan.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestPlanHelper
public interface ITestPlanHelper
public interface class ITestPlanHelper
type ITestPlanHelper = interface end
public interface ITestPlanHelper
The ITestPlanHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Create | Creates a new test plan. |
![]() |
Find | Retrieves the specified test plan from the server. |
![]() |
Query(String) | Returns a list of test plans that match the provided work item query language (WIQL) query. |
![]() |
Query(String, IDictionary) | Returns a list of test plans that match the provided query and properties. |
Top