passed property

bool passed

Has the run passed ? (all features passed)

Implementation

bool get passed => failedFeaturesCount == 0;