Sdílet prostřednictvím


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

  • 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

Viz také

Referenční dokumentace

ITestManagementTeamProject Rozhraní

CreateTmiTestImplementation – přetížení

Microsoft.TeamFoundation.TestManagement.Client – obor názvů

ITmiTestImplementation