Share via


ITestPointHelper.UnblockTestPoints Method (ITestPoint[])

 

Unblocks given test points. This means for these test points, the TestPointState will be Ready. The TestPointHistory will be updated.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

void UnblockTestPoints(
    ITestPoint[] pointsToUnblock
)
void UnblockTestPoints(
    array<ITestPoint^>^ pointsToUnblock
)
abstract UnblockTestPoints : 
        pointsToUnblock:ITestPoint[] -> unit
Sub UnblockTestPoints (
    pointsToUnblock As ITestPoint()
)

Parameters

See Also

ITestPointHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top