RunResultAndStatistics.AddRunInfo 方法

RunInfo 对象添加到 RunInfoList 属性值。

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

语法

声明
Public Sub AddRunInfo ( _
    textMessage As String, _
    ex As Exception, _
    computer As String, _
    outcome As TestOutcome _
)
public void AddRunInfo(
    string textMessage,
    Exception ex,
    string computer,
    TestOutcome outcome
)
public:
void AddRunInfo(
    String^ textMessage, 
    Exception^ ex, 
    String^ computer, 
    TestOutcome outcome
)
member AddRunInfo : 
        textMessage:string * 
        ex:Exception * 
        computer:string * 
        outcome:TestOutcome -> unit 
public function AddRunInfo(
    textMessage : String, 
    ex : Exception, 
    computer : String, 
    outcome : TestOutcome
)

参数

  • textMessage
    类型:System.String
    一个 string,包含有关测试运行执行的文本信息。
  • computer
    类型:System.String
    测试运行所在的计算机的名称。

.NET Framework 安全性

请参见

参考

RunResultAndStatistics 类

Microsoft.VisualStudio.TestTools.Common 命名空间

TestOutcome

RunInfo