Compartilhar via


Método ITestSuiteEntryCollection.Insert (Int32, ITestCase)

 

Insere o caso de teste fornecido na coleção no índice especificado.

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

Sintaxe

ITestSuiteEntry Insert(
    int index,
    ITestCase testCase
)
ITestSuiteEntry^ Insert(
    int index,
    ITestCase^ testCase
)
abstract Insert : 
        index:int *
        testCase:ITestCase -> ITestSuiteEntry
Function Insert (
    index As Integer,
    testCase As ITestCase
) As ITestSuiteEntry

Parâmetros

  • index
    O índice de destino.
  • testCase
    O ITestCase objeto a ser inserido.

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry

Um objeto ITestSuiteEntry.

Consulte também

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

Retornar ao topo