TestStepMarkerAction Constructor (Int32, String, String)

 

Initializes a new instance of the TestStepMarkerAction class by using the provided ID, marker information, and outcome.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

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
)

Parameters

  • stepId
    Type: System.Int32

    An int that represents the step identifier.

  • outcome
    Type: System.String

    Description of the outcome of the marker.

See Also

TestStepMarkerAction Overload
TestStepMarkerAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top