TestStepType 枚举

枚举测试步骤的可能类型。

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

语法

声明
Public Enumeration TestStepType
public enum TestStepType
public enum class TestStepType
type TestStepType
public enum TestStepType

成员

成员名称 说明
ActionStep 表示一个操作步骤。
ValidateStep 表示一个验证步骤。

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestStep