Metodo ITestManagementTeamProject.CreateTmiTestImplementation (String, String, Guid, String, Guid)
Crea un oggetto implementazione di test utilizzando nome test, nome del tipo di test, GUID del tipo di test, percorso di archiviazione e GUID per il tipo di test specificati.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
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
Parametri
- testName
Tipo: System.String
Nome del test.
- testType
Tipo: System.String
Nome del tipo di test.
- testTypeId
Tipo: System.Guid
GUID del tipo di test.
- storage
Tipo: System.String
Percorso della DLL o del file di origine.
- testId
Tipo: System.Guid
GUID relativo al test.
Valore restituito
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
Collegamento a un test automatizzato nel server.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ITestManagementTeamProject Interfaccia
Overload CreateTmiTestImplementation
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client