Partager via


TestCaseEventArgs, constructeur (DataCollectionContext, Guid, TcmInformation, String, Boolean)

Initialise une nouvelle instance de la classe TestCaseEventArgs à l'aide des informations fournies.

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

Syntaxe

'Déclaration
Protected Sub New ( _
    context As DataCollectionContext, _
    testCaseId As Guid, _
    tcmInformation As TcmInformation, _
    testCaseName As String, _
    isChildTestCase As Boolean _
)
protected TestCaseEventArgs(
    DataCollectionContext context,
    Guid testCaseId,
    TcmInformation tcmInformation,
    string testCaseName,
    bool isChildTestCase
)
protected:
TestCaseEventArgs(
    DataCollectionContext^ context, 
    Guid testCaseId, 
    TcmInformation^ tcmInformation, 
    String^ testCaseName, 
    bool isChildTestCase
)
new : 
        context:DataCollectionContext * 
        testCaseId:Guid * 
        tcmInformation:TcmInformation * 
        testCaseName:string * 
        isChildTestCase:bool -> TestCaseEventArgs
protected function TestCaseEventArgs(
    context : DataCollectionContext, 
    testCaseId : Guid, 
    tcmInformation : TcmInformation, 
    testCaseName : String, 
    isChildTestCase : boolean
)

Paramètres

  • testCaseId
    Type : Guid

    ID du cas de test actuel représenté par un objet ITestElement.

  • testCaseName
    Type : String

    Nom du cas de test.

  • isChildTestCase
    Type : Boolean

    true si le cas de test actuel est un enfant d'un autre cas de test.

Sécurité .NET Framework

Voir aussi

Référence

TestCaseEventArgs Classe

TestCaseEventArgs, surcharge

Microsoft.VisualStudio.TestTools.Execution, espace de noms

DataCollectionContext

ITestElement

TcmInformation