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::AssignTestPoints Method (IEnumerable<ITestPointAssignment^>^)

 

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)

void AssignTestPoints(
	IEnumerable<ITestPointAssignment^>^ assignments
)

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.

Return to top
Show: