TestResultModelBase 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.
[System.Runtime.Serialization.DataContract]
public class TestResultModelBase : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type TestResultModelBase = class
inherit TestManagementBaseSecuredObject
Public Class TestResultModelBase
Inherits TestManagementBaseSecuredObject
- Inheritance
- Derived
- Attributes
Constructors
| TestResultModelBase() | |
| TestResultModelBase(String, String, String, String, String, String) |
Properties
| Comment |
Comment in result. |
| CompletedDate |
Time when execution completed. |
| DurationInMs |
Duration of execution. |
| ErrorMessage |
Error message in result. |
| Outcome |
Test outcome of result. |
| StartedDate |
Time when execution started. |
Methods
| SecureIdentityRef(IdentityRef) | (Inherited from TestManagementBaseSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from TestManagementBaseSecuredObject) |