TestStepEndEventArgs – konstruktor
Obor názvů: Microsoft.VisualStudio.TestTools.Execution
Sestavení: Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Deklarace
Public Sub New ( _
context As DataCollectionContext, _
testElement As ITestElement, _
tcmInformation As TcmInformation, _
testStepId As Integer, _
testStepDescription As String, _
testStepOutcome As TestOutcome _
)
public TestStepEndEventArgs(
DataCollectionContext context,
ITestElement testElement,
TcmInformation tcmInformation,
int testStepId,
string testStepDescription,
TestOutcome testStepOutcome
)
public:
TestStepEndEventArgs(
DataCollectionContext^ context,
ITestElement^ testElement,
TcmInformation^ tcmInformation,
int testStepId,
String^ testStepDescription,
TestOutcome testStepOutcome
)
new :
context:DataCollectionContext *
testElement:ITestElement *
tcmInformation:TcmInformation *
testStepId:int *
testStepDescription:string *
testStepOutcome:TestOutcome -> TestStepEndEventArgs
public function TestStepEndEventArgs(
context : DataCollectionContext,
testElement : ITestElement,
tcmInformation : TcmInformation,
testStepId : int,
testStepDescription : String,
testStepOutcome : TestOutcome
)
Parametry
- testElement
Typ: Microsoft.VisualStudio.TestTools.Common.ITestElement
- tcmInformation
Typ: Microsoft.VisualStudio.TestTools.Common.TcmInformation
- testStepId
Typ: System.Int32
- testStepDescription
Typ: System.String
- testStepOutcome
Typ: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.