The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestCaseEventArgs Constructor (DataCollectionContext^, ITestElement^, TcmInformation^)
Initializes a new instance of the TestCaseEventArgs class by using the provided information.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
protected:
TestCaseEventArgs(
DataCollectionContext^ context,
ITestElement^ testElement,
TcmInformation^ tcmInformation
)
Parameters
- context
-
Type:
Microsoft.VisualStudio.TestTools.Execution::DataCollectionContext^
A DataCollectionContext object.
- testElement
-
Type:
Microsoft.VisualStudio.TestTools.Common::ITestElement^
The current test element that is represented by a ITestElement object.
- tcmInformation
-
Type:
Microsoft.VisualStudio.TestTools.Common::TcmInformation^
A TcmInformation object that is used to obtain further data about the test from the Test Manager.
Show: