Sdílet prostřednictvím


TestResultId – konstruktor (String, String, String, String)

Inicializuje novou instanci TestResultId třídy pomocí poskytnutého testu ID, ID spuštění text, ID spuštění nadřazené text a test ID.

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

Syntaxe

'Deklarace
Public Sub New ( _
    runId As String, _
    executionId As String, _
    parentExecutionId As String, _
    testId As String _
)
public TestResultId(
    string runId,
    string executionId,
    string parentExecutionId,
    string testId
)
public:
TestResultId(
    String^ runId, 
    String^ executionId, 
    String^ parentExecutionId, 
    String^ testId
)
new : 
        runId:string * 
        executionId:string * 
        parentExecutionId:string * 
        testId:string -> TestResultId
public function TestResultId(
    runId : String, 
    executionId : String, 
    parentExecutionId : String, 
    testId : String
)

Parametry

  • runId
    Typ: String

    Řetězce Guid pro zkoušky.

  • executionId
    Typ: String

    Řetězce TestExecId objektu.

  • parentExecutionId
    Typ: String

    Řetězce TestExecId pro test nadřazený objekt.

  • testId
    Typ: String

    Řetězce TestId objektu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestResultId Třída

TestResultId – přetížení

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

TestExecId

TestId