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
context
Type : Microsoft.VisualStudio.TestTools.Execution.DataCollectionContextObjet DataCollectionContext.
testCaseId
Type : GuidID du cas de test actuel représenté par un objet ITestElement.
tcmInformation
Type : Microsoft.VisualStudio.TestTools.Common.TcmInformationObjet TcmInformation utilisé pour obtenir des données supplémentaires à propos du test du Gestionnaire de tests.
testCaseName
Type : StringNom du cas de test.
isChildTestCase
Type : Booleantrue si le cas de test actuel est un enfant d'un autre cas de test.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.