ITestPlanHelper Interface
No content here will be updated; please do not add material here.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestPlanHelper
public interface class ITestPlanHelper
type ITestPlanHelper = interface end
Public Interface ITestPlanHelper
Methods
Name | Description | |
---|---|---|
![]() |
BeginCloneOperation(Int32, ITestPlan, List<Int32>, String, CloneOptions) | |
![]() |
Create() | Creates a new test plan. |
![]() |
FetchCloneInformation(Int32) | |
![]() |
FetchPlanIdsWithCloneHistory() | |
![]() |
Find(Int32) | Retrieves the specified test plan from the server. |
![]() |
GetCloneOperationInformation(Int32) | |
![]() |
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. |
Remarks
No content here will be updated; please do not add material here.
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top