Método ITestManagementTeamProject.CreateTmiTestImplementation (String, String, Guid, String, Guid)

Cria um objeto de implementação de teste usando o nome de teste fornecido, o nome do tipo de teste, o GUID para o tipo de teste, o caminho de armazenamento e o GUID para o tipo de teste.

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

Sintaxe

'Declaração
Function CreateTmiTestImplementation ( _
    testName As String, _
    testType As String, _
    testTypeId As Guid, _
    storage As String, _
    testId As Guid _
) As ITmiTestImplementation
ITmiTestImplementation CreateTmiTestImplementation(
    string testName,
    string testType,
    Guid testTypeId,
    string storage,
    Guid testId
)
ITmiTestImplementation^ CreateTmiTestImplementation(
    String^ testName, 
    String^ testType, 
    Guid testTypeId, 
    String^ storage, 
    Guid testId
)
abstract CreateTmiTestImplementation : 
        testName:string * 
        testType:string * 
        testTypeId:Guid * 
        storage:string * 
        testId:Guid -> ITmiTestImplementation 
function CreateTmiTestImplementation(
    testName : String, 
    testType : String, 
    testTypeId : Guid, 
    storage : String, 
    testId : Guid
) : ITmiTestImplementation

Parâmetros

  • testTypeId
    Tipo: System.Guid
    O GUID para o tipo de teste.
  • storage
    Tipo: System.String
    O local do arquivo DLL ou de origem.

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
Um link para um teste automatizado no servidor.

Segurança do .NET Framework

Consulte também

Referência

ITestManagementTeamProject Interface

Sobrecargas CreateTmiTestImplementation

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITmiTestImplementation