SkinnyTestCaseResultData interface

此数据模型用于 SkinnyTestCaseResultDataProvider,并为测试运行提供瘦 TestCaseResultsData

属性

automatedTestStorage

测试所属的容器。

configuration

测试配置的参考。 键入 ShallowReference。

id

测试结果的 ID。

outcome

测试结果的测试结果。 有效值 = (未指定、无、已通过、失败、不确定、超时、中止、已阻止、未执行、警告、错误、未适用、已暂停、正在进行、未受到影响)

owner

测试用例结果的所有者。

priority

测试用例结果的优先级。

testCase

对已执行测试的引用。

属性详细信息

automatedTestStorage

测试所属的容器。

automatedTestStorage: string

属性值

string

configuration

测试配置的参考。 键入 ShallowReference。

configuration: ShallowReference

属性值

id

测试结果的 ID。

id: number

属性值

number

outcome

测试结果的测试结果。 有效值 = (未指定、无、已通过、失败、不确定、超时、中止、已阻止、未执行、警告、错误、未适用、已暂停、正在进行、未受到影响)

outcome: string

属性值

string

owner

测试用例结果的所有者。

owner: IdentityRef

属性值

priority

测试用例结果的优先级。

priority: number

属性值

number

testCase

对已执行测试的引用。

testCase: ShallowReference

属性值