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 | 測試未初始化。 |