TestRun constructor
TestRun({
- int? assignedtoId,
- int? blockedCount,
- DateTime? completedOn,
- String? config,
- List<
int> ? configIds, - int? createdBy,
- DateTime? createdOn,
- int? customStatus1Count,
- int? customStatus2Count,
- int? customStatus3Count,
- int? customStatus4Count,
- int? customStatus5Count,
- int? customStatus6Count,
- int? customStatus7Count,
- String? description,
- int? failedCount,
- required int id,
- bool? includeAll,
- bool? isCompleted,
- int? milestoneId,
- String? name,
- int? passedCount,
- int? planId,
- int? projectId,
- String? refs,
- int? retestCount,
- int? suiteId,
- int? untestedCount,
- DateTime? updatedOn,
- String? url,
Implementation
TestRun({
this.assignedtoId,
this.blockedCount,
this.completedOn,
this.config,
this.configIds,
this.createdBy,
this.createdOn,
this.customStatus1Count,
this.customStatus2Count,
this.customStatus3Count,
this.customStatus4Count,
this.customStatus5Count,
this.customStatus6Count,
this.customStatus7Count,
this.description,
this.failedCount,
required this.id,
this.includeAll,
this.isCompleted,
this.milestoneId,
this.name,
this.passedCount,
this.planId,
this.projectId,
this.refs,
this.retestCount,
this.suiteId,
this.untestedCount,
this.updatedOn,
this.url,
});