Sdílet prostřednictvím


TestCaseEndEventArgs – konstruktor

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TestCaseEndEventArgs Třída

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