RunInfo (Constructor)

Inicializa una instancia de la clase RunInfo utilizando la información proporcionada.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • textMessage
    Tipo: System.String
    Un valor de tipo string que contiene información de texto sobre la ejecución de pruebas.
  • computer
    Tipo: System.String
    Nombre del equipo donde se ejecutó la prueba.

Seguridad de .NET Framework

Vea también

Referencia

RunInfo Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

TestOutcome