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 から継承されます。) |
このページのトップへ