RunInfo.IsPass 属性

获取一个值,该值指示测试运行是否产生了可接受的结果。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public ReadOnly Property IsPass As Boolean
    Get
public bool IsPass { get; }
public:
property bool IsPass {
    bool get ();
}
member IsPass : bool
function get IsPass () : boolean

属性值

类型:System.Boolean
如果 Outcome 属性是 PassedCompletedWarning,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

RunInfo 类

Microsoft.VisualStudio.TestTools.Common 命名空间

Outcome

TestOutcome