isPassing property
bool
get
isPassing
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;