Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
![]() |
Find | Finds and returns the specified test suite object. |
![]() |
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.