success property

bool success

Returns true if, and only if, all tests passed.

Implementation

bool get success => numTestsPassed == _results.length;