Indicates that this Outcome
represents a test that was canceled.
Indicates that this Outcome
represents a test that either failed or was canceled.
Indicates that this Outcome
represents a test that either failed or was canceled.
true
Indicates whether this Outcome
represents a test that failed.
Indicates whether this Outcome
represents a test that failed.
This class's implementation of this method always returns false
.
true if this Outcome
is an instance of Failed
.
Indicates whether this Outcome
represents a test that was pending.
Indicates whether this Outcome
represents a test that was pending.
This class's implementation of this method always returns false
.
true if this Outcome
is an instance of Pending
.
Indicates whether this Outcome
represents a test that succeeded.
Indicates whether this Outcome
represents a test that succeeded.
This class's implementation of this method always returns false
.
true if this Outcome
is an instance of Succeeded
.
Converts this Exceptional
to a Some
that wraps the contained exception.
Converts this Exceptional
to a Some
that wraps the contained exception.
A Some
wrapping the exception contained in this Exceptional
.
Converts this Outcome
to a Succeeded
.
Outcome for a test that was canceled, containing an exception describing the cause of the cancelation.