Edit

TestActionResultModel Constructors

Definition

Overloads

TestActionResultModel()

public TestActionResultModel();
Public Sub New ()

Applies to

TestActionResultModel(String, String, SharedStepModel, String, String, String, String, String, String)

public TestActionResultModel(string actionPath, string iterationId, Microsoft.TeamFoundation.TestManagement.WebApi.SharedStepModel sharedStepModel, string outcome, string startedDate, string completedDate, string duration, string errorMessage = "", string comment = "");
new Microsoft.TeamFoundation.TestManagement.WebApi.TestActionResultModel : string * string * Microsoft.TeamFoundation.TestManagement.WebApi.SharedStepModel * string * string * string * string * string * string -> Microsoft.TeamFoundation.TestManagement.WebApi.TestActionResultModel

Parameters

actionPath
String
iterationId
String
sharedStepModel
SharedStepModel
outcome
String
startedDate
String
completedDate
String
duration
String
errorMessage
String
comment
String

Applies to