TestMatrix constructor

TestMatrix({
  1. ClientInfo? clientInfo,
  2. EnvironmentMatrix? environmentMatrix,
  3. List<MatrixErrorDetail>? extendedInvalidMatrixDetails,
  4. bool? failFast,
  5. int? flakyTestAttempts,
  6. String? invalidMatrixDetails,
  7. String? outcomeSummary,
  8. String? projectId,
  9. ResultStorage? resultStorage,
  10. String? state,
  11. List<TestExecution>? testExecutions,
  12. String? testMatrixId,
  13. TestSpecification? testSpecification,
  14. String? timestamp,
})

Implementation

TestMatrix({
  this.clientInfo,
  this.environmentMatrix,
  this.extendedInvalidMatrixDetails,
  this.failFast,
  this.flakyTestAttempts,
  this.invalidMatrixDetails,
  this.outcomeSummary,
  this.projectId,
  this.resultStorage,
  this.state,
  this.testExecutions,
  this.testMatrixId,
  this.testSpecification,
  this.timestamp,
});