TestExecution constructor
TestExecution({
- Environment? environment,
- String? id,
- String? matrixId,
- String? projectId,
- Shard? shard,
- String? state,
- TestDetails? testDetails,
- TestSpecification? testSpecification,
- String? timestamp,
- ToolResultsStep? toolResultsStep,
Implementation
TestExecution({
this.environment,
this.id,
this.matrixId,
this.projectId,
this.shard,
this.state,
this.testDetails,
this.testSpecification,
this.timestamp,
this.toolResultsStep,
});