Metoda ITestManagementTeamProject.CreateTmiTestImplementation — (String, String, Guid, String, Guid)
Tworzy obiekt wykonania badania przy użyciu nazwy dostarczone badania, nazwę typu badania, identyfikator GUID dla typu badania, ścieżka do magazynu i identyfikator GUID dla badania typu.
Przestrzeń nazw: Microsoft.TeamFoundation.TestManagement.Client
Zestaw: Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)
Składnia
'Deklaracja
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
Parametry
- testName
Typ: System.String
Nazwa testu.
- testType
Typ: System.String
Nazwa typu badania.
- testTypeId
Typ: System.Guid
Identyfikator GUID typu badania.
- storage
Typ: System.String
Lokalizacja pliku DLL lub źródła.
- testId
Typ: System.Guid
Identyfikator GUID dla badania.
Wartość zwracana
Typ: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
Łącze do automatycznego testu, na serwerze.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
ITestManagementTeamProject Interfejs
Przeciążenie CreateTmiTestImplementation
Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client