Share via


TestCaseEndEventArgs Constructor

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

TestCaseEndEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace