Compartilhar via


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

 

Publicado: abril de 2016

Cria um objeto de implementação de teste usando o nome de teste fornecido, o nome do tipo de teste, o GUID do 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

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 As String,
    testType As String,
    testTypeId As Guid,
    storage As String,
    testId As Guid
) As ITmiTestImplementation

Parâmetros

  • testTypeId
    Type: System.Guid

    O GUID para o tipo de teste.

  • storage
    Type: System.String

    O local do arquivo. DLL ou código-fonte.

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation

Um link para um teste automatizado no servidor.

Consulte também

ITmiTestImplementation
CreateTmiTestImplementation Sobrecarga
Interface ITestManagementTeamProject
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo