Sdílet prostřednictvím


RunInfo – konstruktor

Inicializuje instanci RunInfo třídy pomocí daných informací.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Parametry

  • textMessage
    Typ: String

    A string , který obsahuje textové informace o provedení zkoušky.

  • computer
    Typ: String

    Název počítače, ve kterém byl spuštěn test.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

RunInfo Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů

TestOutcome