TestResultModelBase 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
TestResultModelBase()
public TestResultModelBase();
Public Sub New ()
Applies to
TestResultModelBase(String, String, String, String, String, String)
public TestResultModelBase(string outcome, string startedDate, string completedDate, string duration, string errorMessage = null, string comment = null);
new Microsoft.TeamFoundation.TestManagement.WebApi.TestResultModelBase : string * string * string * string * string * string -> Microsoft.TeamFoundation.TestManagement.WebApi.TestResultModelBase
Public Sub New (outcome As String, startedDate As String, completedDate As String, duration As String, Optional errorMessage As String = null, Optional comment As String = null)
Parameters
- outcome
- String
- startedDate
- String
- completedDate
- String
- duration
- String
- errorMessage
- String
- comment
- String