ITestManagementTeamProject.CreateTmiTestImplementation 方法 (String, String, String, Guid)
使用提供的測試名稱、測試類型、儲存路徑和測試類型的 GUID,建立測試實作物件。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
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
參數
- testName
型別:System.String
測試的名稱。
- testType
型別:System.String
測試類型的名稱。
- storage
型別:System.String
DLL 或原始程式檔的位置。
- testId
型別:System.Guid
測試的 GUID。
傳回值
型別:Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
在伺服器中與自動化測試的連結。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
CreateTmiTestImplementation 多載