TestStepEndEventArgs Constructor

Definition

public:
 TestStepEndEventArgs(Microsoft::VisualStudio::TestTools::Execution::DataCollectionContext ^ context, Microsoft::VisualStudio::TestTools::Common::ITestElement ^ testElement, Microsoft::VisualStudio::TestTools::Common::TcmInformation ^ tcmInformation, int testStepId, System::String ^ testStepDescription, Microsoft::VisualStudio::TestTools::Common::TestOutcome testStepOutcome);
public TestStepEndEventArgs (Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext context, Microsoft.VisualStudio.TestTools.Common.ITestElement testElement, Microsoft.VisualStudio.TestTools.Common.TcmInformation tcmInformation, int testStepId, string testStepDescription, Microsoft.VisualStudio.TestTools.Common.TestOutcome testStepOutcome);
new Microsoft.VisualStudio.TestTools.Execution.TestStepEndEventArgs : Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext * Microsoft.VisualStudio.TestTools.Common.ITestElement * Microsoft.VisualStudio.TestTools.Common.TcmInformation * int * string * Microsoft.VisualStudio.TestTools.Common.TestOutcome -> Microsoft.VisualStudio.TestTools.Execution.TestStepEndEventArgs
Public Sub New (context As DataCollectionContext, testElement As ITestElement, tcmInformation As TcmInformation, testStepId As Integer, testStepDescription As String, testStepOutcome As TestOutcome)

Parameters

testElement
ITestElement
tcmInformation
TcmInformation
testStepId
Int32
testStepDescription
String
testStepOutcome
TestOutcome

Applies to