Поделиться через


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
    Тип: String

    Объект string, содержащий текстовую информацию о выполнении тестового запуска.

  • ex
    Тип: Exception

    Необязательный объект Exception.

  • computer
    Тип: String

    Имя компьютера, на котором был выполнен тест.

Безопасность платформы .NET Framework

См. также

Ссылки

RunResultAndStatistics Класс

Microsoft.VisualStudio.TestTools.Common - пространство имен

TestOutcome

RunInfo