Konstruktor TestStepMarkerAction — (Int32, String, String)
Inicjuje nowe wystąpienie TestStepMarkerAction klasy przy użyciu dostarczonego ID, znacznik informacji i wyników.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public TestStepMarkerAction(
int stepId,
string markerInfo,
string outcome
)
public:
TestStepMarkerAction(
int stepId,
String^ markerInfo,
String^ outcome
)
new :
stepId:int *
markerInfo:string *
outcome:string -> TestStepMarkerAction
Public Sub New (
stepId As Integer,
markerInfo As String,
outcome As String
)
Parametry
- stepId
int , Reprezentuje identyfikator kroku.
- markerInfo
Informacje na temat znacznika.
- outcome
Opis wyników znacznika.
Zobacz też
TestStepMarkerAction Przeciążenie
Klasa TestStepMarkerAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku