ITestSuiteHelper Interface

Provides helper properties and methods for test suites in Visual Studio Test Professional.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Interface ITestSuiteHelper
public interface ITestSuiteHelper
public interface class ITestSuiteHelper
type ITestSuiteHelper =  interface end
public interface ITestSuiteHelper

The ITestSuiteHelper type exposes the following members.

Methods

  Name Description
Public method BeginCloneOperation Performs a Clone operation of the source suite under the specified target suite.
Public method CreateDynamic Creates a new query-based test suite.
Public method CreateEntry(ITestCase) Returns a test suite entry by using the provided test case.
Public method CreateEntry(ITestSuiteBase) Returns a test suite entry by using the provided test suite.
Public method CreateRequirement Returns a new requirement test suite that is associated with the provided test requirement work item.
Public method CreateStatic Returns a new static test suite.
Public method FetchTestSuitesForPlan Returns the root suite object for the given plan with complete hierarchy.
Public method Find Finds and returns the specified test suite object.
Public method GetCloneOperationInformation Gets information about a Clone operation
Public method Query(String) Returns a list of test suite objects that match the given query.
Public method Query(String, IDictionary) Returns a collection of test suite objects that match the provided query and the provided dictionary of context.
Public method ReferencingTestCase Returns a collection of test suites that reference the specified test case.

Top

Remarks

This interface supports the object model for Test Case Management (TCM) in Visual Studio. This interface is not intended for you to implement in a custom class, but you can use this interface in a custom class if a TCM object returns an internal implementation.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSuiteBase

IStaticTestSuite

IDynamicTestSuite

IRequirementTestSuite