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