共用方式為


ITestRun.AddTestPoint 方法

在這個測試回合中加入新的測試點。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Sub AddTestPoint ( _
    point As ITestPoint, _
    owner As TeamFoundationIdentity _
)
void AddTestPoint(
    ITestPoint point,
    TeamFoundationIdentity owner
)
void AddTestPoint(
    ITestPoint^ point, 
    TeamFoundationIdentity^ owner
)
abstract AddTestPoint : 
        point:ITestPoint * 
        owner:TeamFoundationIdentity -> unit 
function AddTestPoint(
    point : ITestPoint, 
    owner : TeamFoundationIdentity
)

參數

.NET Framework 安全性

請參閱

參考

ITestRun 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間

ITestPoint

ITestCaseResult