次の方法で共有


ITestPoint インターフェイス

テスト計画の一部として構成に対してスイートに含まれるテスト ケースの実行状態を表します。

名前空間:  Microsoft.TeamFoundation.TestManagement.Client
アセンブリ:  Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll 内)

構文

'宣言
Public Interface ITestPoint _
    Inherits IIdentifiable(Of Integer), INotifyPropertyChanged, ITestPointProperties
public interface ITestPoint : IIdentifiable<int>, 
    INotifyPropertyChanged, ITestPointProperties
public interface class ITestPoint : IIdentifiable<int>, 
    INotifyPropertyChanged, ITestPointProperties
type ITestPoint =  
    interface
        interface IIdentifiable<int>
        interface INotifyPropertyChanged
        interface ITestPointProperties
    end
public interface ITestPoint extends IIdentifiable<int>, INotifyPropertyChanged, ITestPointProperties

ITestPoint 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ AssignedTo このテスト ポイントが割り当てられるユーザーの ID を取得します。
パブリック プロパティ Comment 関連付けられているテスト ポイントのコメントを取得または設定します。 (ITestPointProperties から継承されます。)
パブリック プロパティ ConfigurationId このポイントでテストする ITestConfiguration の識別子を取得します。
パブリック プロパティ ConfigurationName このポイントが表す T[:Microsoft.TeamFoundation.TestManagement.Client.ITestConfiguration] の名前。
パブリック プロパティ History 時間の経過に伴うこのテスト ポイントのプロパティの履歴リストを表す ITestPointProperties オブジェクトのコレクションを取得します。
パブリック プロパティ Id 識別子を取得します。 (IIdentifiable<TKey> から継承されます。)
パブリック プロパティ LastUpdated このオブジェクトが最後に更新された日付を取得します。 (ITestPointProperties から継承されます。)
パブリック プロパティ LastUpdatedBy このオブジェクトを最後に更新した人物の ID を取得します。 (ITestPointProperties から継承されます。)
パブリック プロパティ MostRecentFailureType 関連付けられているテスト ポイントの最新の FailureType を取得します。 (ITestPointProperties から継承されます。)
パブリック プロパティ MostRecentResolutionStateId 最新の解決状態設定の ID を取得します。 (ITestPointProperties から継承されます。)
パブリック プロパティ MostRecentResult 最新のテスト ケースの結果を取得します。
パブリック プロパティ MostRecentResultId 最新の結果設定の ID を取得します。 (ITestPointProperties から継承されます。)
パブリック プロパティ MostRecentResultOutcome 最新の最終結果設定を取得します。 (ITestPointProperties から継承されます。)
パブリック プロパティ MostRecentResultState 最新の状態設定を取得します。 (ITestPointProperties から継承されます。)
パブリック プロパティ MostRecentRunId 最新のテストの実行 ID を取得します。 (ITestPointProperties から継承されます。)
パブリック プロパティ Plan 関連付けられているテスト計画を取得します。
パブリック プロパティ Revision 関連付けられているテスト ポイントの内部リビジョン番号を取得します。 (ITestPointProperties から継承されます。)
パブリック プロパティ State 関連付けられているテスト ポイントの現在の状態を取得します。 (ITestPointProperties から継承されます。)
パブリック プロパティ SuiteId このテスト ポイントを含んでいるテスト スイートの識別子を取得します。
パブリック プロパティ TestCaseExists 現在のテスト ケースがサーバー上に存在するかどうかを示す値を取得します。
パブリック プロパティ TestCaseId 関連付けられているテスト ケースの ID を取得します。
パブリック プロパティ TestCaseWorkItem 関連付けられているテスト ケースに関連付けられている作業項目を取得します。
パブリック プロパティ UserData ユーザーによってこのテスト ポイントと関連付けられた任意のオブジェクトを取得または設定します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Block ITestPointProperties.State プロパティを TestPointState.NotReady に設定して、このテスト ポイントをブロックします。
パブリック メソッド QueryAssociatedWorkItemsFromResults このテスト ポイントの対応する結果に関連付けられている作業項目の整数型 ID の配列を取得します。
パブリック メソッド Refresh このオブジェクトをサーバーのデータを使用して更新します。
パブリック メソッド Save このオブジェクトをサーバーに保存します。
パブリック メソッド Unblock ITestPointProperties.State プロパティを TestPointState.Ready に設定して、このテスト ポイントのブロックを解除します。

このページのトップへ

イベント

  名前 説明
パブリック イベント PropertyChanged プロパティ値が変更されたときに発生します。 (INotifyPropertyChanged から継承されます。)

このページのトップへ

参照

参照

Microsoft.TeamFoundation.TestManagement.Client 名前空間

ITestConfiguration

IIdentifiable<TKey>

INotifyPropertyChanged

ITestPointProperties