TestSubResult interface

表示测试结果的子结果。

属性

comment

子结果中的注释。

completedDate

测试执行完成的时间 (UTC) 。

computerName

执行测试的计算机。

configuration

对测试配置的引用。

customFields

子结果的其他属性。

displayName

子结果的名称。

durationInMs

测试执行的持续时间。

errorMessage

子结果中的错误消息。

id

子结果的 ID。

lastUpdatedDate

上次更新结果的时间 (UTC) 。

outcome

子结果的结果。

parentId

子结果的直接父 ID。

resultGroupType

结果的层次结构类型,默认值 None 表示其叶节点。

sequenceId

子结果的索引号。

stackTrace

Stacktrace。

startedDate

开始执行测试的时间 (UTC) 。

subResults

子结果中的子结果列表,如果 ResultGroupType 不是 None,则保存相应的类型子结果。

testResult

对测试结果的引用。

url

子结果的 URL。

属性详细信息

comment

子结果中的注释。

comment: string

属性值

string

completedDate

测试执行完成的时间 (UTC) 。

completedDate: Date

属性值

Date

computerName

执行测试的计算机。

computerName: string

属性值

string

configuration

对测试配置的引用。

configuration: ShallowReference

属性值

customFields

子结果的其他属性。

customFields: CustomTestField[]

属性值

displayName

子结果的名称。

displayName: string

属性值

string

durationInMs

测试执行的持续时间。

durationInMs: number

属性值

number

errorMessage

子结果中的错误消息。

errorMessage: string

属性值

string

id

子结果的 ID。

id: number

属性值

number

lastUpdatedDate

上次更新结果的时间 (UTC) 。

lastUpdatedDate: Date

属性值

Date

outcome

子结果的结果。

outcome: string

属性值

string

parentId

子结果的直接父 ID。

parentId: number

属性值

number

resultGroupType

结果的层次结构类型,默认值 None 表示其叶节点。

resultGroupType: ResultGroupType

属性值

sequenceId

子结果的索引号。

sequenceId: number

属性值

number

stackTrace

Stacktrace。

stackTrace: string

属性值

string

startedDate

开始执行测试的时间 (UTC) 。

startedDate: Date

属性值

Date

subResults

子结果中的子结果列表,如果 ResultGroupType 不是 None,则保存相应的类型子结果。

subResults: TestSubResult[]

属性值

testResult

对测试结果的引用。

testResult: TestCaseResultIdentifier

属性值

url

子结果的 URL。

url: string

属性值

string