TestOutcome 枚举

表示已完成测试的结果。

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

语法

声明
<GenerateAllConstantsAttribute(Nothing)> _
Public Enumeration TestOutcome
[GenerateAllConstantsAttribute(null)]
public enum TestOutcome
[GenerateAllConstantsAttribute(nullptr)]
public enum class TestOutcome
[<GenerateAllConstantsAttribute(null)>]
type TestOutcome
public enum TestOutcome

成员

成员名称 说明
Aborted
Blocked
Error
Failed
Inconclusive
MaxValue
None
NotApplicable
NotExecuted
Passed
Paused
Timeout
Unspecified
Warning

备注

这里不会更新任何内容;请不要在这里添加材料。

请参阅

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间