Método ITestSuiteHelper.FetchTestSuitesForPlan (ITestPlan, Int32)
Retorna o objeto de pacote raiz para o plano fornecido com a hierarquia completa.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
IStaticTestSuite FetchTestSuitesForPlan(
ITestPlan plan,
int rootSuiteId
)
IStaticTestSuite^ FetchTestSuitesForPlan(
ITestPlan^ plan,
int rootSuiteId
)
abstract FetchTestSuitesForPlan :
plan:ITestPlan *
rootSuiteId:int -> IStaticTestSuite
Function FetchTestSuitesForPlan (
plan As ITestPlan,
rootSuiteId As Integer
) As IStaticTestSuite
Parâmetros
- rootSuiteId
Type: System.Int32
Valor de retorno
Type: Microsoft.TeamFoundation.TestManagement.Client.IStaticTestSuite
Pacote de raiz do plano.
Consulte também
Interface ITestSuiteHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo