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