TestStepEndEventArgs 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- context
- DataCollectionContext
- testElement
- ITestElement
- tcmInformation
- TcmInformation
- testStepId
- Int32
- testStepDescription
- String
- testStepOutcome
- TestOutcome