ITestRun.AddTest Method (Int32, Int32, TeamFoundationIdentity)
Adds a test case and configuration to the test run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void AddTest(
int testCaseId,
int configurationId,
TeamFoundationIdentity owner
)
void AddTest(
int testCaseId,
int configurationId,
TeamFoundationIdentity^ owner
)
abstract AddTest :
testCaseId:int *
configurationId:int *
owner:TeamFoundationIdentity -> unit
Sub AddTest (
testCaseId As Integer,
configurationId As Integer,
owner As TeamFoundationIdentity
)
Parameters
testCaseId
Type: System.Int32The ID for the test case to add.
configurationId
Type: System.Int32The ID for the configuration to add.
owner
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentityThe identity of the person who owns the test that is being added.
See Also
AddTest Overload
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top