Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestSuiteBase::CreateTestPointAssignment Method (Int32, IdAndName, TeamFoundationIdentity^)

 

Creates an ITestPointAssignment object to be passed into ITestSuiteBase::AssignTestPoints

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

ITestPointAssignment^ CreateTestPointAssignment(
	int testCaseId,
	IdAndName configuration,
	TeamFoundationIdentity^ assignedTo
)

Parameters

testCaseId
Type: System::Int32

Test case ID of the point to reassign.

configuration
Type: Microsoft.TeamFoundation.TestManagement.Client::IdAndName

Configuration of the point to reassign.

assignedTo
Type: Microsoft.TeamFoundation.Framework.Client::TeamFoundationIdentity^

User to which to assign the point.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestPointAssignment^

An object that contains details for test point assignment.

Return to top
Show: