ITestCaseResult.TestCaseRevision 属性

获取应使用的测试用例的修订版本。

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

语法

声明
Property TestCaseRevision As Integer
int TestCaseRevision { get; set; }
property int TestCaseRevision {
    int get ();
    void set (int value);
}
abstract TestCaseRevision : int with get, set
function get TestCaseRevision () : int
function set TestCaseRevision (value : int)

属性值

类型:System.Int32
应使用的测试用例的修订版本。

备注

这使得框架可以针对测试用例的特定时间内修复测试运行。

.NET Framework 安全性

请参见

参考

ITestCaseResult 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间