success property

bool success

Returns true if, and only if, all steps in the test passed

Implementation

bool get success => numStepsPassed == numStepsTotal;