Compartilhar via


Método ITestSuiteEntryCollection.Add (ITestCase)

 

Adiciona um caso de teste à coleção.

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

Sintaxe

ITestSuiteEntry Add(
    ITestCase testCase
)
ITestSuiteEntry^ Add(
    ITestCase^ testCase
)
abstract Add : 
        testCase:ITestCase -> ITestSuiteEntry
Function Add (
    testCase As ITestCase
) As ITestSuiteEntry

Parâmetros

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry

A entrada do suite de teste adicional.

Consulte também

ITestCase
Add Sobrecarga
Interface ITestSuiteEntryCollection
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo