Freigeben über


RunResultAndStatistics.AddRunInfo-Methode

Fügt dem RunInfoList-Eigenschaftswert ein RunInfo-Objekt hinzu.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
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
)

Parameter

  • textMessage
    Typ: System.String
    Ein string-Wert, der Textinformationen zur Ausführung des Testlaufs enthält.
  • computer
    Typ: System.String
    Der Name des Computers, auf dem der Test ausgeführt wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

RunResultAndStatistics Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace

TestOutcome

RunInfo