Edit

TestResultParameterModel Constructors

Definition

Overloads

TestResultParameterModel()

public TestResultParameterModel();
Public Sub New ()

Applies to

TestResultParameterModel(Int32, String, String, String)

public TestResultParameterModel(int iterationId, string actionPath, string parameterName, string expected);
new Microsoft.TeamFoundation.TestManagement.WebApi.TestResultParameterModel : int * string * string * string -> Microsoft.TeamFoundation.TestManagement.WebApi.TestResultParameterModel
Public Sub New (iterationId As Integer, actionPath As String, parameterName As String, expected As String)

Parameters

iterationId
Int32
actionPath
String
parameterName
String
expected
String

Applies to

TestResultParameterModel(Int32, String, String, Byte, Byte[])

public TestResultParameterModel(int iterationId, string actionPath, string parameterName, byte dataType, byte[] expected);
new Microsoft.TeamFoundation.TestManagement.WebApi.TestResultParameterModel : int * string * string * byte * byte[] -> Microsoft.TeamFoundation.TestManagement.WebApi.TestResultParameterModel
Public Sub New (iterationId As Integer, actionPath As String, parameterName As String, dataType As Byte, expected As Byte())

Parameters

iterationId
Int32
actionPath
String
parameterName
String
dataType
Byte
expected
Byte[]

Applies to