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::AssignTestPoints Method (IEnumerable<ITestPointAssignment^>^)
Changes the AssignedTo property by using the provided collection of test point assignments.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- assignments
-
Type:
System.Collections.Generic::IEnumerable<ITestPointAssignment^>^
A collection of ITestPointAssignment objects.
Any assignments for test case ID/configuration pairs that are not in this suite are ignored.
Show: