TestIterationDetailsModel 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.
Represents a test iteration result.
[System.Runtime.Serialization.DataContract]
public class TestIterationDetailsModel : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type TestIterationDetailsModel = class
inherit TestManagementBaseSecuredObject
Public Class TestIterationDetailsModel
Inherits TestManagementBaseSecuredObject
- Inheritance
- Attributes
Constructors
| TestIterationDetailsModel() |
Fields
| ActionResults |
Test step results in an iteration. |
| Attachments |
Refence to attachments in test iteration result. |
| Comment |
Comment in test iteration result. |
| CompletedDate |
Time when execution completed. |
| DurationInMs |
Duration of execution. |
| ErrorMessage |
Error message in test iteration result execution. |
| Id |
ID of test iteration result. |
| Outcome |
Test outcome if test iteration result. |
| Parameters |
Test parameters in an iteration. |
| StartedDate |
Time when execution started. |
| Url |
Url to test iteration result. |
Methods
| SecureIdentityRef(IdentityRef) | (Inherited from TestManagementBaseSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from TestManagementBaseSecuredObject) |