Udostępnij za pośrednictwem


Konstruktor TestCaseEndEventArgs —

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Execution
Zestaw:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Składnia

'Deklaracja
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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestCaseEndEventArgs Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution