次の方法で共有


TestPointState 列挙体

State プロパティの有効値を表します。

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

構文

'宣言
Public Enumeration TestPointState
public enum TestPointState
public enum class TestPointState
type TestPointState
public enum TestPointState

メンバー

メンバー名 説明
None 既定の設定です。
Ready テスト ポイントは実行の準備が整っています。テスト ポイントはまだ実行されていないか、前回の実行に失敗しました。
Completed テスト ポイントは正常に完了しました。再度実行しなくてもテストは完了済みと見なされます。
NotReady テスト ポイントは実行する必要がありますが、実行できません。
InProgress テスト ポイントは実行中です。
MaxValue State プロパティの最大値 (InProgress) を表します。

解説

テストが正常に完了したものとして見なされるには、各テスト ポイントが実行される必要があります。

参照

参照

Microsoft.TeamFoundation.TestManagement.Client 名前空間

ITestPoint

ITestPointProperties