ITestSuiteHelper 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 ITestSuiteHelper
public interface class ITestSuiteHelper
type ITestSuiteHelper = interface end
Public Interface ITestSuiteHelper

Methods

Name Description
System_CAPS_pubmethod BeginCloneOperation(Int32, Int32, CloneOptions, String)

System_CAPS_pubmethod BeginCloneOperation(ITestSuiteBase, IStaticTestSuite, CloneOptions)

Performs a Clone operation of the source suite under the specified target suite.

System_CAPS_pubmethod CreateDynamic()

Creates a new query-based test suite.

System_CAPS_pubmethod CreateEntry(ITestCase)

Returns a test suite entry by using the provided test case.

System_CAPS_pubmethod CreateEntry(ITestSuiteBase)

Returns a test suite entry by using the provided test suite.

System_CAPS_pubmethod CreateRequirement(WorkItem)

Returns a new requirement test suite that is associated with the provided test requirement work item.

System_CAPS_pubmethod CreateStatic()

Returns a new static test suite.

System_CAPS_pubmethod FetchTestSuitesForPlan(ITestPlan, Int32)

Returns the root suite object for the given plan with complete hierarchy.

System_CAPS_pubmethod Find(Int32)

Finds and returns the specified test suite object.

System_CAPS_pubmethod GetCloneOperationInformation(Int32)

Gets information about a Clone operation

System_CAPS_pubmethod Query(String)

Returns a list of test suite objects that match the given query.

System_CAPS_pubmethod Query(String, IDictionary)

Returns a collection of test suite objects that match the provided query and the provided dictionary of context.

System_CAPS_pubmethod ReferencingTestCase(Int32)

Returns a collection of test suites that reference the specified test case.

Remarks

No content here will be updated; please do not add material here.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top