TestStepEventArgs Constructors

Definition

Overloads

TestStepEventArgs(DataCollectionContext, ITestElement, TcmInformation, Int32, String)

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

Parameters

testElement
ITestElement
tcmInformation
TcmInformation
testStepId
Int32
testStepDescription
String

Applies to

TestStepEventArgs(DataCollectionContext, Guid, TcmInformation, String, Boolean, Int32, String)

protected:
 TestStepEventArgs(Microsoft::VisualStudio::TestTools::Execution::DataCollectionContext ^ context, Guid testCaseId, Microsoft::VisualStudio::TestTools::Common::TcmInformation ^ tcmInformation, System::String ^ testCaseName, bool isChildTestCase, int testStepId, System::String ^ testStepDescription);
protected TestStepEventArgs(Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext context, Guid testCaseId, Microsoft.VisualStudio.TestTools.Common.TcmInformation tcmInformation, string testCaseName, bool isChildTestCase, int testStepId, string testStepDescription);
new Microsoft.VisualStudio.TestTools.Execution.TestStepEventArgs : Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext * Guid * Microsoft.VisualStudio.TestTools.Common.TcmInformation * string * bool * int * string -> Microsoft.VisualStudio.TestTools.Execution.TestStepEventArgs
Protected Sub New (context As DataCollectionContext, testCaseId As Guid, tcmInformation As TcmInformation, testCaseName As String, isChildTestCase As Boolean, testStepId As Integer, testStepDescription As String)

Parameters

testCaseId
Guid
tcmInformation
TcmInformation
testCaseName
String
isChildTestCase
Boolean
testStepId
Int32
testStepDescription
String

Applies to