failedCount property

int get failedCount

Implementation

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