isPassing property
Whether this is a passing result.
A test is considered to have passed if it's a success or if it was skipped.
Implementation
bool get isPassing => this == success || this == skipped;
Whether this is a passing result.
A test is considered to have passed if it's a success or if it was skipped.
bool get isPassing => this == success || this == skipped;