isFailing property
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;
Whether this is a failing result.
A test is considered to have failed if it experiences a failure or an error.
bool get isFailing => !isPassing;