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
assignments
Type: IEnumerable<ITestPointAssignment>A collection of ITestPointAssignment objects.
Remarks
Any assignments for test case ID/configuration pairs that are not in this suite are ignored.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.