testLab.TestMatrix class

TestMatrix captures details about a test run.

Signature:

exportdeclareclassTestMatrix

Properties

PropertyModifiersTypeDescription
clientInfoClientInfoInformation about the client which invoked the test.
createTimestringWhen this test matrix was initially created (ISO8601 timestamp).
invalidMatrixDetailsInvalidMatrixDetailsFor 'INVALID' matrices only, describes why the matrix is invalid.
outcomeSummaryOutcomeSummaryThe overall outcome of the test matrix run. Only set when the test matrix state is FINISHED.
resultStorageResultStorageWhere the results for the matrix are located.
stateTestStateIndicates the current progress of the test matrix
testMatrixIdstringUnique id set by the service.

testLab.TestMatrix.clientInfo

Information about the client which invoked the test.

Signature:

clientInfo:ClientInfo;

testLab.TestMatrix.createTime

When this test matrix was initially created (ISO8601 timestamp).

Signature:

createTime:string;

testLab.TestMatrix.invalidMatrixDetails

For 'INVALID' matrices only, describes why the matrix is invalid.

Signature:

invalidMatrixDetails?:InvalidMatrixDetails;

testLab.TestMatrix.outcomeSummary

The overall outcome of the test matrix run. Only set when the test matrix state is FINISHED.

Signature:

outcomeSummary?:OutcomeSummary;

testLab.TestMatrix.resultStorage

Where the results for the matrix are located.

Signature:

resultStorage:ResultStorage;

testLab.TestMatrix.state

Indicates the current progress of the test matrix

Signature:

state:TestState;

testLab.TestMatrix.testMatrixId

Unique id set by the service.

Signature:

testMatrixId:string;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2023-04-24 UTC.