TestResultParameterModel 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
| TestResultParameterModel() | |
| TestResultParameterModel(Int32, String, String, String) | |
| TestResultParameterModel(Int32, String, String, Byte, Byte[]) |
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[]