Compartir a través de


TestCaseEventArgs (Constructor) (DataCollectionContext, Guid, TcmInformation, String, Boolean)

Inicializa una nueva instancia de la clase TestCaseEventArgs usando la información especificada.

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

Sintaxis

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

Parámetros

  • testCaseId
    Tipo: System.Guid
    Identificador del caso de prueba actual que está representado por un objeto ITestElement.
  • isChildTestCase
    Tipo: System.Boolean
    Es true si el caso de prueba actual es un elemento secundario de otro caso de prueba.

Seguridad de .NET Framework

Vea también

Referencia

TestCaseEventArgs Clase

TestCaseEventArgs (Sobrecarga)

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

DataCollectionContext

ITestElement

TcmInformation