Edit

TestSubResult Class

Definition

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

Constructors

TestSubResult()

Fields

Comment

Comment in sub result.

CompletedDate

Time when test execution completed.

ComputerName

Machine where test executed.

Configuration

Reference to test configuration.

CustomFields

Additional properties of sub result.

DisplayName

Name of sub result.

DurationInMs

Duration of test execution.

ErrorMessage

Error message in sub result.

Id

ID of sub result.

LastUpdatedDate

Time when result last updated.

Outcome

Outcome of sub result.

ParentId

Immediate parent ID of sub result.

ResultGroupType

Hierarchy type of the result, default value of None means its leaf node.

SequenceId

Index number of sub result.

StackTrace

Stacktrace.

StartedDate

Time when test execution started.

SubResults

List of sub results inside a sub result, if ResultGroupType is not None, it holds corresponding type sub results.

Url

Url of sub result.

Properties

TestResult

Reference to test 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)

Applies to