TestSubResult Class
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 sub result of a test result.
[System.Runtime.Serialization.DataContract]
public class TestSubResult : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type TestSubResult = class
inherit TestManagementBaseSecuredObject
Public Class TestSubResult
Inherits TestManagementBaseSecuredObject
- Inheritance
- Attributes
Comment |
Comment in sub result. |
Completed |
Time when test execution completed. |
Computer |
Machine where test executed. |
Configuration |
Reference to test configuration. |
Custom |
Additional properties of sub result. |
Display |
Name of sub result. |
Duration |
Duration of test execution. |
Error |
Error message in sub result. |
Id |
ID of sub result. |
Last |
Time when result last updated. |
Outcome |
Outcome of sub result. |
Parent |
Immediate parent ID of sub result. |
Result |
Hierarchy type of the result, default value of None means its leaf node. |
Sequence |
Index number of sub result. |
Stack |
Stacktrace. |
Started |
Time when test execution started. |
Sub |
List of sub results inside a sub result, if ResultGroupType is not None, it holds corresponding type sub results. |
Url |
Url of sub result. |
Test |
Reference to test result. |
Secure |
(Inherited from TestManagementBaseSecuredObject) |
ISecured |
(Inherited from TestManagementBaseSecuredObject) |
ISecured |
(Inherited from TestManagementBaseSecuredObject) |
ISecured |
(Inherited from TestManagementBaseSecuredObject) |
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | preview |