TestExecution constructor

TestExecution({
  1. Environment? environment,
  2. String? id,
  3. String? matrixId,
  4. String? projectId,
  5. Shard? shard,
  6. String? state,
  7. TestDetails? testDetails,
  8. TestSpecification? testSpecification,
  9. String? timestamp,
  10. ToolResultsStep? toolResultsStep,
})

Implementation

TestExecution({
  this.environment,
  this.id,
  this.matrixId,
  this.projectId,
  this.shard,
  this.state,
  this.testDetails,
  this.testSpecification,
  this.timestamp,
  this.toolResultsStep,
});