ITmiTestImplementation 接口

表示一个指向单元测试基础结构中的自动测试的链接。

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

语法

声明
Public Interface ITmiTestImplementation _
    Inherits ITestImplementation, INotifyPropertyChanged
public interface ITmiTestImplementation : ITestImplementation, 
    INotifyPropertyChanged
public interface class ITmiTestImplementation : ITestImplementation, 
    INotifyPropertyChanged
type ITmiTestImplementation =  
    interface
        interface ITestImplementation
        interface INotifyPropertyChanged
    end
public interface ITmiTestImplementation extends ITestImplementation, INotifyPropertyChanged

ITmiTestImplementation 类型公开以下成员。

属性

  名称 说明
公共属性 DisplayText 获取要在此链接的用户界面中向用户显示的文本。 (继承自 ITestImplementation。)
公共属性 Storage 获取或设置包含测试的 DLL 或文件的名称。
公共属性 TestId 获取或设置关联测试的 GUID。
公共属性 TestName 获取或设置测试方法的名称。
公共属性 TestType 获取或设置测试的类型。
公共属性 TestTypeId 获取或设置分配给测试实施提供程序 (TIP) 的 GUID。

页首

事件

  名称 说明
公共事件 PropertyChanged 在更改属性值时发生。 (继承自 INotifyPropertyChanged。)

页首

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

INotifyPropertyChanged