Método ITestManagementTeamProject.CreateTmiTestImplementation (String, String, String, Guid)
Cria um objeto de implementação de teste usando o nome fornecido de teste, 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, _
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
O nome de teste.
- testType
Tipo: System.String
O nome do tipo de teste.
- storage
Tipo: System.String
O local da DLL ou arquivo de origem.
- testId
Tipo: System.Guid
Um GUID para teste.
Valor de retorno
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
Um link a um teste automatizado no servidor.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ITestManagementTeamProject Interface
Sobrecargas CreateTmiTestImplementation