TestStepEndEventArgs 构造函数

定义

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)

参数

testElement
ITestElement
tcmInformation
TcmInformation
testStepId
Int32
testStepDescription
String
testStepOutcome
TestOutcome

适用于