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.
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 | |
---|---|---|
![]() |
BeginCloneOperation(Int32, Int32, CloneOptions, String) | |
![]() |
BeginCloneOperation(ITestSuiteBase, IStaticTestSuite, CloneOptions) | 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(WorkItem) | Returns a new requirement test suite that is associated with the provided test requirement work item. |
![]() |
CreateStatic() | Returns a new static test suite. |
![]() |
FetchTestSuitesForPlan(ITestPlan, Int32) | Returns the root suite object for the given plan with complete hierarchy. |
![]() |
Find(Int32) | Finds and returns the specified test suite object. |
![]() |
GetCloneOperationInformation(Int32) | 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(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