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)

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

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