ITestManagementTeamProject.CreateTmiTestImplementation Method (String, String, String, Guid)
Creates a test implementation object by using the provided test name, type of test, storage path, and GUID for the test type.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
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
Parameters
testName
Type: System.StringThe name of the test.
testType
Type: System.StringThe name of the type of test.
storage
Type: System.StringThe location of the DLL or source file.
testId
Type: System.GuidThe GUID for the test.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
A link to an automated test on the server.
See Also
ITmiTestImplementation
CreateTmiTestImplementation Overload
ITestManagementTeamProject Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top