testLab.TestMatrixCompletedData interface

すべての Firebase テスト マトリックスの完了イベント内のデータ。

サイン:

export interface TestMatrixCompletedData 

プロパティ

財産タイプ説明
クライアント情報クライアント情報テスト マトリックスを作成したクライアントによって提供される情報。
作成時間テスト マトリックスが作成された時刻。
無効なマトリックスの詳細テスト行列が無効であるとみなされる理由を説明するコード。 INVALID 状態の行列にのみ設定されます。
結果概要結果の概要テスト マトリックスの結果の概要。
結果ストレージ結果ストレージテスト結果が保存される場所。
テスト状態テスト マトリックスの状態。
テストマトリックスIDこのイベントが属するテスト マトリックスの ID。

testLab.TestMatrixCompletedData.clientInfo

テスト マトリックスを作成したクライアントによって提供される情報。

サイン:

clientInfo: ClientInfo;

testLab.TestMatrixCompletedData.createTime

テスト マトリックスが作成された時刻。

サイン:

createTime: string;

testLab.TestMatrixCompletedData.invalidMatrixDetails

テスト行列が無効であるとみなされる理由を説明するコード。 INVALID 状態の行列にのみ設定されます。

サイン:

invalidMatrixDetails: string;

testLab.TestMatrixCompletedData.outcomesummary

テスト マトリックスの結果の概要。

サイン:

outcomeSummary: OutcomeSummary;

testLab.TestMatrixCompletedData.resultStorage

テスト結果が保存される場所。

サイン:

resultStorage: ResultStorage;

testLab.TestMatrixCompletedData.state

テスト マトリックスの状態。

サイン:

state: TestState;

testLab.TestMatrixCompletedData.testMatrixId

このイベントが属するテスト マトリックスの ID。

サイン:

testMatrixId: string;