Compartilhar via


Método ITestSuiteHelper.CreateEntry (ITestSuiteBase)

 

Retorna uma entrada de conjunto de teste usando o conjunto de testes fornecido.

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

Sintaxe

ITestSuiteEntry CreateEntry(
    ITestSuiteBase testSuite
)
ITestSuiteEntry^ CreateEntry(
    ITestSuiteBase^ testSuite
)
abstract CreateEntry : 
        testSuite:ITestSuiteBase -> ITestSuiteEntry
Function CreateEntry (
    testSuite As ITestSuiteBase
) As ITestSuiteEntry

Parâmetros

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry

Uma entrada de conjunto de teste.

Consulte também

ITestSuiteBase
IStaticTestSuite
IDynamicTestSuite
IRequirementTestSuite
CreateEntry Sobrecarga
Interface ITestSuiteHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo