Sdílet prostřednictvím


TcmInformation – konstruktor (Int32, Int32, Int32)

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Inicializuje novou instanci TcmInformation třídy pomocí poskytnutého testového případu ID, ID spuštění test a test ID výsledek.

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

Syntaxe

'Deklarace
Public Sub New ( _
    testCaseId As Integer, _
    testRunId As Integer, _
    testResultId As Integer _
)
public TcmInformation(
    int testCaseId,
    int testRunId,
    int testResultId
)
public:
TcmInformation(
    int testCaseId, 
    int testRunId, 
    int testResultId
)
new : 
        testCaseId:int * 
        testRunId:int * 
        testResultId:int -> TcmInformation
public function TcmInformation(
    testCaseId : int, 
    testRunId : int, 
    testResultId : int
)

Parametry

  • testCaseId
    Typ: Int32

    ID testovacího případu.

  • testRunId
    Typ: Int32

    Zkušební spuštění ID.

  • testResultId
    Typ: Int32

    ID výsledek testu

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TcmInformation Třída

TcmInformation – přetížení

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