Compartilhar via


Método ITestSuiteEntryCollection.Add (ITestSuiteBase)

 

Adiciona uma suíte de testes à coleção.

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

Sintaxe

ITestSuiteEntry Add(
    ITestSuiteBase suite
)
ITestSuiteEntry^ Add(
    ITestSuiteBase^ suite
)
abstract Add : 
        suite:ITestSuiteBase -> ITestSuiteEntry
Function Add (
    suite As ITestSuiteBase
) As ITestSuiteEntry

Parâmetros

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry

A entrada do suite de teste adicional.

Consulte também

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

Retornar ao topo