Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Sub AddTest ( _
testCaseId As Integer, _
configurationId As Integer, _
owner As TeamFoundationIdentity _
)
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
function AddTest(
testCaseId : int,
configurationId : int,
owner : TeamFoundationIdentity
)
Parameters
- testCaseId
Type: System.Int32
The ID for the test case to add.
- configurationId
Type: System.Int32
The ID for the configuration to add.
- owner
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity
The identity of the person who owns the test that is being added.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.