Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Enumeration TestOutcome
'使用
Dim instance As TestOutcome
public enum TestOutcome
public enum class TestOutcome
public enum TestOutcome
Members
| Member name | Description | |
|---|---|---|
| Error | ||
| Failed | ||
| Timeout | ||
| Aborted | ||
| Inconclusive | ||
| PassedButRunAborted | ||
| NotRunnable | ||
| NotExecuted | ||
| Disconnected | ||
| Warning | ||
| Passed | ||
| Completed | ||
| InProgress | ||
| Pending | ||
| Min | ||
| Max |