Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: Int32The ID for the test case to add.
configurationId
Type: 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.
.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.