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)。 |
回頁首