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

Crea un objeto de implementación de prueba utilizando el nombre de prueba, nombre del tipo de prueba, GUID para el tipo de prueba, ruta de acceso de almacenamiento y GUID proporcionados para el tipo de prueba.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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
    GUID para el tipo de prueba.
  • storage
    Tipo: System.String
    Ubicación del archivo DLL o de código fuente.

Valor devuelto

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
Un vínculo a una prueba automatizada en el servidor.

Seguridad de .NET Framework

Vea también

Referencia

ITestManagementTeamProject Interfaz

CreateTmiTestImplementation (Sobrecarga)

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)

ITmiTestImplementation