Compartir a través de


TestCaseEventArgs (Constructor) (DataCollectionContext, ITestElement, TcmInformation)

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

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, _
    testElement As ITestElement, _
    tcmInformation As TcmInformation _
)
protected TestCaseEventArgs(
    DataCollectionContext context,
    ITestElement testElement,
    TcmInformation tcmInformation
)
protected:
TestCaseEventArgs(
    DataCollectionContext^ context, 
    ITestElement^ testElement, 
    TcmInformation^ tcmInformation
)
new : 
        context:DataCollectionContext * 
        testElement:ITestElement * 
        tcmInformation:TcmInformation -> TestCaseEventArgs
protected function TestCaseEventArgs(
    context : DataCollectionContext, 
    testElement : ITestElement, 
    tcmInformation : TcmInformation
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

TestCaseEventArgs Clase

TestCaseEventArgs (Sobrecarga)

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

DataCollectionContext

ITestElement

TcmInformation