Outcome 枚举
描述 Web 性能测试的结果。
命名空间: Microsoft.VisualStudio.TestTools.WebTesting
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
<TypeConverterAttribute(GetType(OutcomeConverter))> _
Public Enumeration Outcome
[TypeConverterAttribute(typeof(OutcomeConverter))]
public enum Outcome
[TypeConverterAttribute(typeof(OutcomeConverter))]
public enum class Outcome
[<TypeConverterAttribute(typeof(OutcomeConverter))>]
type Outcome
public enum Outcome
成员
成员名称 | 说明 | |
---|---|---|
Pass | 指示 Web 性能测试通过。 | |
Fail | 指示 Web 性能测试未通过。 |
备注
下表显示 Web 性能测试的结果。