TestActionResultModel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| TestActionResultModel() | |
| TestActionResultModel(String, String, SharedStepModel, String, String, String, String, String, String) |
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