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
- testElement
Type : Microsoft.VisualStudio.TestTools.Common.ITestElement
- tcmInformation
Type : Microsoft.VisualStudio.TestTools.Common.TcmInformation
- testOutcome
Type : Microsoft.VisualStudio.TestTools.Common.TestOutcome
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.