passedCount property

int get passedCount

Implementation

int get passedCount =>
    results.where((r) => r.status == TestStatus.passed).length;