TestSuiteState 枚举

 

枚举测试的可能状态。

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

语法

public enum TestSuiteState
public enum class TestSuiteState
type TestSuiteState
Public Enumeration TestSuiteState

成员

成员名称 说明
Completed

已完成测试套件。

InPlanning

测试套件处于规划阶段。

InProgress

正在测试的测试套件。

None

无状态(未使用)。

请参阅

ITestSuiteBase
ITestPlan
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首