failedCount property

int get failedCount

Number of sub-steps that failed.

Implementation

int get failedCount => results.where((SetupStepResult r) => r.failed).length;