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.
Changes the AssignedTo property by using the provided collection of test point assignments.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void AssignTestPoints(
IEnumerable<ITestPointAssignment> assignments
)
void AssignTestPoints(
IEnumerable<ITestPointAssignment^>^ assignments
)
abstract AssignTestPoints :
assignments:IEnumerable<ITestPointAssignment> -> unit
Sub AssignTestPoints (
assignments As IEnumerable(Of ITestPointAssignment)
)
Parameters
assignments
Type: System.Collections.Generic.IEnumerable<ITestPointAssignment>A collection of ITestPointAssignment objects.
Remarks
Any assignments for test case ID/configuration pairs that are not in this suite are ignored.
See Also
AssignedTo
ITestPointAssignment
ITestSuiteBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top