发布时间: 2016年4月
测试类型的使用的提供的测试名称、 测试、 存储路径和 GUID 的类型创建一个测试实现对象。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
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 As String,
testType As String,
storage As String,
testId As Guid
) As ITmiTestImplementation
参数
testName
Type: System.String测试的名称。
testType
Type: System.String测试类型的名称。
storage
Type: System.StringDLL 或源文件的位置。
testId
Type: System.Guid测试的 GUID。
返回值
Type: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
指向服务器上的自动测试的链接。
请参阅
ITmiTestImplementation
CreateTmiTestImplementation 重载
ITestManagementTeamProject 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首