Sdílet prostřednictvím


TestCaseEventArgs – konstruktor (DataCollectionContext, Guid, TcmInformation, String, Boolean)

Inicializuje novou instanci TestCaseEventArgs třídy pomocí dané informace.

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

Syntaxe

'Deklarace
Protected Sub New ( _
    context As DataCollectionContext, _
    testCaseId As Guid, _
    tcmInformation As TcmInformation, _
    testCaseName As String, _
    isChildTestCase As Boolean _
)
protected TestCaseEventArgs(
    DataCollectionContext context,
    Guid testCaseId,
    TcmInformation tcmInformation,
    string testCaseName,
    bool isChildTestCase
)
protected:
TestCaseEventArgs(
    DataCollectionContext^ context, 
    Guid testCaseId, 
    TcmInformation^ tcmInformation, 
    String^ testCaseName, 
    bool isChildTestCase
)
new : 
        context:DataCollectionContext * 
        testCaseId:Guid * 
        tcmInformation:TcmInformation * 
        testCaseName:string * 
        isChildTestCase:bool -> TestCaseEventArgs
protected function TestCaseEventArgs(
    context : DataCollectionContext, 
    testCaseId : Guid, 
    tcmInformation : TcmInformation, 
    testCaseName : String, 
    isChildTestCase : boolean
)

Parametry

  • isChildTestCase
    Typ: System.Boolean
    true Pokud aktuální zkušební případ je podřízeným jiném případě test.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TestCaseEventArgs Třída

TestCaseEventArgs – přetížení

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

DataCollectionContext

ITestElement

TcmInformation