TestCaseLatestOutcomeData interface
该数据模型被用于TestCaseLatestOutcomeDataProvider,提供最新的测试结果数据
属性
| completed |
检测结果完成的日期。 |
| configuration |
对测试配置的引用。 |
| last |
检测结果最后更新的日期。 |
| outcome | 测试案例的结果。 有效值 = (Unspecified、None、Passed、Failed、Inconclusive、Timeout、Aborted、Blocked、NotExecuted、Warning、Error、NotApplicable、Paused、InProgress、NotImpacted) |
| point |
测试点ID,其结果由该对象表示。 |
| test |
测试用例ID,其结果由该对象表示。 |
| test |
测试结果使用的测试的引用 ID。 |
| test |
测试结果ID,其结果由该对象表示。 |
| test |
测试运行ID,其结果由该对象表示。 |
属性详细信息
completedDate
检测结果完成的日期。
completedDate: Date
属性值
Date
configurationId
对测试配置的引用。
configurationId: number
属性值
number
lastUpdatedDate
检测结果最后更新的日期。
lastUpdatedDate: Date
属性值
Date
outcome
测试案例的结果。 有效值 = (Unspecified、None、Passed、Failed、Inconclusive、Timeout、Aborted、Blocked、NotExecuted、Warning、Error、NotApplicable、Paused、InProgress、NotImpacted)
outcome: string
属性值
string
pointId
测试点ID,其结果由该对象表示。
pointId: number
属性值
number
testCaseId
测试用例ID,其结果由该对象表示。
testCaseId: number
属性值
number
testCaseReferenceId
测试结果使用的测试的引用 ID。
testCaseReferenceId: number
属性值
number
testResultId
测试结果ID,其结果由该对象表示。
testResultId: number
属性值
number
testRunId
测试运行ID,其结果由该对象表示。
testRunId: number
属性值
number