Edit

TestResultModelBase Constructors

Definition

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

Applies to