ITestManagementTeamProject.CreateTmiTestImplementation – metoda (String, String, String, Guid)
Vytvoří objekt provedení testu pomocí poskytnutého testu názvu, typu test, cestu úložiště a identifikátor GUID pro typ testu.
Obor názvů: Microsoft.TeamFoundation.TestManagement.Client
Sestavení: Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Deklarace
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
Parametry
- testName
Typ: System.String
Název zkoušky.
- testType
Typ: System.String
Název typ zkoušky.
- storage
Typ: System.String
Umístění souboru DLL nebo zdroje.
- testId
Typ: System.Guid
Identifikátor GUID pro zkoušku.
Vrácená hodnota
Typ: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
Odkaz na automatického testování na serveru.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
ITestManagementTeamProject Rozhraní
CreateTmiTestImplementation – přetížení