指定されたテスト名、テストの種類の名前、テストの種類の GUID、ストレージのパス、およびテストの GUID を使用して、テスト実装オブジェクトを作成します。
名前空間: Microsoft.TeamFoundation.TestManagement.Client
アセンブリ: Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll 内)
構文
'宣言
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
パラメーター
- testName
型: System.String
テストの名前です。
- testType
型: System.String
テストの種類の名前。
- testTypeId
型: System.Guid
テストの種類の GUID。
- storage
型: System.String
DLL またはソース ファイルの場所。
- testId
型: System.Guid
テストの GUID。
戻り値
型: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
サーバーの自動テストへのリンク。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
ITestManagementTeamProject インターフェイス
CreateTmiTestImplementation オーバーロード