isFailing property

bool isFailing

Whether this is a failing result.

A test is considered to have failed if it experiences a failure or an error.

Implementation

bool get isFailing => !isPassing;