ITestFailureType 接口

 

表示测试用例结果的失败类型

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

语法

public interface ITestFailureType : IIdentifiable<int>, INotifyPropertyChanged
public interface class ITestFailureType : IIdentifiable<int>, 
    INotifyPropertyChanged
type ITestFailureType = 
    interface
        interface IIdentifiable<int>
        interface INotifyPropertyChanged
    end
Public Interface ITestFailureType
    Inherits IIdentifiable(Of Integer), INotifyPropertyChanged

属性

名称 说明
System_CAPS_pubproperty Id

获取标识符。(从 IIdentifiable<TKey> 继承。)

System_CAPS_pubproperty Name

名称测试失败类型。

System_CAPS_pubproperty Project

此失败类型团队项目

方法

名称 说明
System_CAPS_pubmethod Delete()

移除给定测试来自服务器的失败类型。

System_CAPS_pubmethod Refresh()

更新为包含新数据的测试失败类型从服务器。

System_CAPS_pubmethod Save()

编写新的或更新测试失败类型到服务器。

事件

名称 说明
System_CAPS_pubevent PropertyChanged

(从 INotifyPropertyChanged 继承。)

请参阅

Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首