TestCaseEndEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
TestCaseEndEventArgs(Microsoft::VisualStudio::TestTools::Execution::DataCollectionContext ^ context, Microsoft::VisualStudio::TestTools::Common::ITestElement ^ testElement, Microsoft::VisualStudio::TestTools::Common::TcmInformation ^ tcmInformation, Microsoft::VisualStudio::TestTools::Common::TestOutcome testOutcome);
public TestCaseEndEventArgs (Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext context, Microsoft.VisualStudio.TestTools.Common.ITestElement testElement, Microsoft.VisualStudio.TestTools.Common.TcmInformation tcmInformation, Microsoft.VisualStudio.TestTools.Common.TestOutcome testOutcome);
new Microsoft.VisualStudio.TestTools.Execution.TestCaseEndEventArgs : Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext * Microsoft.VisualStudio.TestTools.Common.ITestElement * Microsoft.VisualStudio.TestTools.Common.TcmInformation * Microsoft.VisualStudio.TestTools.Common.TestOutcome -> Microsoft.VisualStudio.TestTools.Execution.TestCaseEndEventArgs
Public Sub New (context As DataCollectionContext, testElement As ITestElement, tcmInformation As TcmInformation, testOutcome As TestOutcome)
Parameters
- context
- DataCollectionContext
- testElement
- ITestElement
- tcmInformation
- TcmInformation
- testOutcome
- TestOutcome