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.
ITestRun::AddTestPoints Method (IEnumerable<ITestPoint^>^, TeamFoundationIdentity^)
Adds new test points to the test run.
Must be followed by a Save().
The test result objects returned by this call are not usable until after the save.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
ITestCaseResultCollection^ AddTestPoints( IEnumerable<ITestPoint^>^ points, TeamFoundationIdentity^ owner )
Parameters
- points
-
Type:
System.Collections.Generic::IEnumerable<ITestPoint^>^
test points to add.
- owner
-
Type:
Microsoft.TeamFoundation.Framework.Client::TeamFoundationIdentity^
Owner to assign the tests to or null to inherit owner from the test points "AssignedTo".
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCaseResultCollection^
Show: