TestResultState 枚举

枚举测试的可能状态。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
<GenerateAllConstantsAttribute(Nothing)> _
Public Enumeration TestResultState
[GenerateAllConstantsAttribute(null)]
public enum TestResultState
[GenerateAllConstantsAttribute(nullptr)]
public enum class TestResultState
[<GenerateAllConstantsAttribute(null)>]
type TestResultState
public enum TestResultState

成员

成员名称 说明
Completed 测试已完成,但完成程度的量化度量都不可用。
InProgress 测试当前正在执行。
MaxValue 表示此枚举中的最大值。
Paused 用户在手动测试中暂停了测试。
Pending 测试位于执行队列中但尚未启动。
Queued 测试已进入执行队列。
Unspecified 仅在更新过程中使用以保留现有值。

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestResult