ITestSuiteBase.AssignTestPoints Method

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

'Declaration
Sub AssignTestPoints ( _
    assignments As IEnumerable(Of ITestPointAssignment) _
)
void AssignTestPoints(
    IEnumerable<ITestPointAssignment> assignments
)
void AssignTestPoints(
    IEnumerable<ITestPointAssignment^>^ assignments
)
abstract AssignTestPoints : 
        assignments:IEnumerable<ITestPointAssignment> -> unit 
function AssignTestPoints(
    assignments : IEnumerable<ITestPointAssignment>
)

Parameters

Remarks

Any assignments for test case ID/configuration pairs that are not in this suite are ignored.

.NET Framework Security

See Also

Reference

ITestSuiteBase Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

AssignedTo

ITestPointAssignment