Sdílet prostřednictvím


TestCaseFailedEventArgs – konstruktor

Inicializuje novou instanci TestCaseFailedEventArgs třídy pomocí hodnoty zadané parametrem.

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

Syntaxe

'Deklarace
Public Sub New ( _
    context As DataCollectionContext, _
    testElement As ITestElement, _
    tcmInformation As TcmInformation, _
    failureType As TestCaseFailureType _
)
public TestCaseFailedEventArgs(
    DataCollectionContext context,
    ITestElement testElement,
    TcmInformation tcmInformation,
    TestCaseFailureType failureType
)
public:
TestCaseFailedEventArgs(
    DataCollectionContext^ context, 
    ITestElement^ testElement, 
    TcmInformation^ tcmInformation, 
    TestCaseFailureType failureType
)
new : 
        context:DataCollectionContext * 
        testElement:ITestElement * 
        tcmInformation:TcmInformation * 
        failureType:TestCaseFailureType -> TestCaseFailedEventArgs
public function TestCaseFailedEventArgs(
    context : DataCollectionContext, 
    testElement : ITestElement, 
    tcmInformation : TcmInformation, 
    failureType : TestCaseFailureType
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TestCaseFailedEventArgs Třída

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

DataCollectionContext

ITestElement

TcmInformation

TestCaseFailureType