testLab.TestMatrixCompletedData interface

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

署名:

export interface TestMatrixCompletedData 

プロパティ

プロパティ 説明
clientInfo ClientInfo テスト マトリックスを作成したクライアントから提供された情報。
createTime 文字列 テスト マトリックスが作成された時刻。
invalidMatrixDetails 文字列 テスト マトリックスが無効とみなされる理由を記述するコード。INVALID 状態の行列に対してのみ設定します。
outcomeSummary 結果の概要 テスト マトリックスの結果の要約。
resultStorage ResultStorage テスト結果を保存する場所。
state TestState テスト マトリックスの状態。
testMatrixId 文字列 このイベントが属するテスト マトリックスの 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;