Interface ITestSuiteHelper
Qualquer conteúdo aqui será atualizado; por favor não adicione o material aqui.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public interface ITestSuiteHelper
public interface class ITestSuiteHelper
type ITestSuiteHelper = interface end
Public Interface ITestSuiteHelper
Métodos
Nome | Descrição | |
---|---|---|
![]() |
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. |
Comentários
Qualquer conteúdo aqui será atualizado; por favor não adicione o material aqui.
Consulte também
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo