共用方式為


TestResultModelBase interface

屬性

comment

結果中的批註。

completedDate

執行完成的時間 (UTC) 。

durationInMs

執行持續時間。

errorMessage

結果中的錯誤訊息。

outcome

結果的測試結果。

startedDate

執行開始的時間 (UTC) 。

屬性詳細資料

comment

結果中的批註。

comment: string

屬性值

string

completedDate

執行完成的時間 (UTC) 。

completedDate: Date

屬性值

Date

durationInMs

執行持續時間。

durationInMs: number

屬性值

number

errorMessage

結果中的錯誤訊息。

errorMessage: string

屬性值

string

outcome

結果的測試結果。

outcome: string

屬性值

string

startedDate

執行開始的時間 (UTC) 。

startedDate: Date

屬性值

Date