Compartilhar via


Método ITestSuiteHelper.Find (Int32)

 

Localiza e retorna o objeto do conjunto de teste especificado.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

ITestSuiteBase Find(
    int testSuiteId
)
ITestSuiteBase^ Find(
    int testSuiteId
)
abstract Find : 
        testSuiteId:int -> ITestSuiteBase
Function Find (
    testSuiteId As Integer
) As ITestSuiteBase

Parâmetros

  • testSuiteId
    Type: System.Int32

    A ID numérica do conjunto de testes para localizar.

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteBase

Um objeto de conjunto de teste. Retorna nulo se não encontrado.

Consulte também

ITestSuiteBase
Interface ITestSuiteHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo