TestMatrix constructor
TestMatrix({
- ClientInfo? clientInfo,
- EnvironmentMatrix? environmentMatrix,
- bool? failFast,
- int? flakyTestAttempts,
- String? invalidMatrixDetails,
- String? outcomeSummary,
- String? projectId,
- ResultStorage? resultStorage,
- String? state,
- List<
TestExecution> ? testExecutions, - String? testMatrixId,
- TestSpecification? testSpecification,
- String? timestamp,
Implementation
TestMatrix({
this.clientInfo,
this.environmentMatrix,
this.failFast,
this.flakyTestAttempts,
this.invalidMatrixDetails,
this.outcomeSummary,
this.projectId,
this.resultStorage,
this.state,
this.testExecutions,
this.testMatrixId,
this.testSpecification,
this.timestamp,
});