Condividi tramite


Costruttore RunInfo

Inizializza un'istanza della classe RunInfo utilizzando le informazioni fornite.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    textMessage As String, _
    ex As Exception, _
    computer As String, _
    outcome As TestOutcome _
)
public RunInfo(
    string textMessage,
    Exception ex,
    string computer,
    TestOutcome outcome
)
public:
RunInfo(
    String^ textMessage, 
    Exception^ ex, 
    String^ computer, 
    TestOutcome outcome
)
new : 
        textMessage:string * 
        ex:Exception * 
        computer:string * 
        outcome:TestOutcome -> RunInfo
public function RunInfo(
    textMessage : String, 
    ex : Exception, 
    computer : String, 
    outcome : TestOutcome
)

Parametri

  • textMessage
    Tipo: System.String
    Valore string contenente informazioni di testo sull'esecuzione dei test.
  • computer
    Tipo: System.String
    Nome del computer in cui è stato eseguito il test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RunInfo Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestOutcome