ITestManagementTeamProject.CreateTmiTestImplementation, méthode (String, String, String, Guid)
Crée un objet d'implémentation de test à l'aide des nom de test, type de test, chemin d'accès de stockage et GUID fournis pour le type de test.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
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
Paramètres
- testName
Type : System.String
Nom du test.
- testType
Type : System.String
Nom du type de test.
- storage
Type : System.String
Emplacement de la DLL ou du fichier source.
- testId
Type : System.Guid
GUID du test.
Valeur de retour
Type : Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
Lien vers un test automatisé sur le serveur .
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ITestManagementTeamProject Interface
CreateTmiTestImplementation, surcharge
Microsoft.TeamFoundation.TestManagement.Client, espace de noms