次の方法で共有


TestPointState 列挙体

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

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

構文

'宣言
<GenerateAllConstantsAttribute(Nothing)> _
Public Enumeration TestPointState
[GenerateAllConstantsAttribute(null)]
public enum TestPointState
[GenerateAllConstantsAttribute(nullptr)]
public enum class TestPointState
[<GenerateAllConstantsAttribute(null)>]
type TestPointState
public enum TestPointState

メンバー

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

解説

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

参照

関連項目

Microsoft.TeamFoundation.TestManagement.Client 名前空間

ITestPoint

ITestPointProperties