TestState 枚举
此枚举表示测试的有效状态。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
Public Enumeration TestState
public enum TestState
public enum class TestState
type TestState
public enum TestState
成员
成员名称 | 说明 | |
---|---|---|
Aborting | 正在舍弃测试。 | |
Completed | 此测试已完成。 | |
Completing | 此测试已基本完成。 | |
Disposed | 此测试已被释放。 | |
Paused | 此测试已暂停。 | |
Pausing | 正准备暂停的测试。 | |
Resuming | 此测试正准备在暂停后继续。 | |
Running | 此测试正在运行。 | |
Started | 此测试已开始。 | |
Starting | 正准备启动的测试。 | |
Stopping | 正准备停止的测试。 | |
Timeout | 此测试已超时。 | |
Uninitialized | 此测试已被取消初始化。 |