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 | |
---|---|---|
![]() |
BeginCloneOperation | Performs a Clone operation of the source suite under the specified target suite. |
![]() |
CreateDynamic | Creates a new query-based test suite. |
![]() |
CreateEntry(ITestCase) | Returns a test suite entry by using the provided test case. |
![]() |
CreateEntry(ITestSuiteBase) | Returns a test suite entry by using the provided test suite. |
![]() |
CreateRequirement | Returns a new requirement test suite that is associated with the provided test requirement work item. |
![]() |
CreateStatic | Returns a new static test suite. |
![]() |
FetchTestSuitesForPlan | Returns the root suite object for the given plan with complete hierarchy. |
![]() |
Find | Finds and returns the specified test suite object. |
![]() |
GetCloneOperationInformation | Gets information about a Clone operation |
![]() |
Query(String) | Returns a list of test suite objects that match the given query. |
![]() |
Query(String, IDictionary) | Returns a collection of test suite objects that match the provided query and the provided dictionary of context. |
![]() |
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.