ITestManagementTeamProject.CreateTmiTestImplementation (Método) (String, String, String, Guid)
Crea un objeto de implementación de prueba utilizando el nombre de prueba, 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, _
storage As String, _
testId As Guid _
) As ITmiTestImplementation
ITmiTestImplementation CreateTmiTestImplementation(
string testName,
string testType,
string storage,
Guid testId
)
ITmiTestImplementation^ CreateTmiTestImplementation(
String^ testName,
String^ testType,
String^ storage,
Guid testId
)
abstract CreateTmiTestImplementation :
testName:string *
testType:string *
storage:string *
testId:Guid -> ITmiTestImplementation
function CreateTmiTestImplementation(
testName : String,
testType : String,
storage : String,
testId : Guid
) : ITmiTestImplementation
Parámetros
- testName
Tipo: System.String
Nombre de la prueba.
- testType
Tipo: System.String
Nombre del tipo de prueba.
- storage
Tipo: System.String
Ubicación del archivo DLL o de código fuente.
- testId
Tipo: System.Guid
GUID para la prueba.
Valor devuelto
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
Un vínculo a una prueba automatizada en el servidor.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
ITestManagementTeamProject Interfaz
CreateTmiTestImplementation (Sobrecarga)
Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)