ITestCaseResultHelper.Save 方法

使用给定的测试用例结果数组以及指示是否在后台执行附件上载来更新服务器。

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

语法

声明
Sub Save ( _
    results As ITestCaseResult(), _
    uploadInBackground As Boolean _
)
void Save(
    ITestCaseResult[] results,
    bool uploadInBackground
)
void Save(
    array<ITestCaseResult^>^ results, 
    bool uploadInBackground
)
abstract Save : 
        results:ITestCaseResult[] * 
        uploadInBackground:bool -> unit 
function Save(
    results : ITestCaseResult[], 
    uploadInBackground : boolean
)

参数

  • uploadInBackground
    类型:System.Boolean
    如果更新后台中的附件,则为 true;如果立即上载附件,则为 false。

.NET Framework 安全性

请参见

参考

ITestCaseResultHelper 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestCaseResult

ITestManagementTeamProject.AttachmentUploadManager