TestResultParameterModel Class
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.
Test parameter information in a test iteration.
[System.Runtime.Serialization.DataContract]
public class TestResultParameterModel : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type TestResultParameterModel = class
inherit TestManagementBaseSecuredObject
Public Class TestResultParameterModel
Inherits TestManagementBaseSecuredObject
- Inheritance
- Attributes
Constructors
| TestResultParameterModel() | |
| TestResultParameterModel(Int32, String, String, Byte, Byte[]) | |
| TestResultParameterModel(Int32, String, String, String) |
Fields
| Url |
Url of test parameter. |
Properties
| ActionPath |
Test step path where parameter is referenced. |
| DataType | |
| IterationId |
Iteration ID. |
| ParameterName |
Name of parameter. |
| StepIdentifier |
This is step Id of test case. For shared step, it is step Id of shared step in test case workitem; step Id in shared step. Example: TestCase workitem has two steps:
|
| Value |
Value of parameter. |
Methods
| BytesToValue(Byte[]) | |
| SecureIdentityRef(IdentityRef) | (Inherited from TestManagementBaseSecuredObject) |
| ValueToBytes(String) | |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from TestManagementBaseSecuredObject) |