TestActionResultModel 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 step result.
[System.Runtime.Serialization.DataContract]
public class TestActionResultModel : Microsoft.TeamFoundation.TestManagement.WebApi.TestResultModelBase
type TestActionResultModel = class
inherit TestResultModelBase
Public Class TestActionResultModel
Inherits TestResultModelBase
- Inheritance
- Attributes
Constructors
| TestActionResultModel() | |
| TestActionResultModel(String, String, SharedStepModel, String, String, String, String, String, String) |
Fields
| ActionPath |
Path identifier test step in test case workitem. |
| IterationId |
Iteration ID of test action result. |
| SharedStepModel |
Reference to shared step workitem. |
| Url |
Url of test action result. |
Properties
| Comment |
Comment in result. (Inherited from TestResultModelBase) |
| CompletedDate |
Time when execution completed. (Inherited from TestResultModelBase) |
| DurationInMs |
Duration of execution. (Inherited from TestResultModelBase) |
| ErrorMessage |
Error message in result. (Inherited from TestResultModelBase) |
| Outcome |
Test outcome of result. (Inherited from TestResultModelBase) |
| StartedDate |
Time when execution started. (Inherited from TestResultModelBase) |
| 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:
|
Methods
| SecureIdentityRef(IdentityRef) | (Inherited from TestManagementBaseSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from TestManagementBaseSecuredObject) |