ITestPointHelper.UnblockTestPoints 方法 (ITestPoint[])

 

unblocks 特定测试点。意味着这些测试点,TestPointState 准备就绪。将更新 TestPointHistory。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

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

参数

  • pointsToUnblock
    要解锁的点。

请参阅

ITestPointHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首