Share via


ITestPlanHelper Interface

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
Public method Create Creates a new test plan.
Public method Find Retrieves the specified test plan from the server.
Public method Query(String) Returns a list of test plans that match the provided work item query language (WIQL) query.
Public method Query(String, IDictionary) Returns a list of test plans that match the provided query and properties.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestPlan