共用方式為


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