Partager via


TestCaseEndEventArgs, constructeur

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TestCaseEndEventArgs Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms