ThrowableResult
An instance of ThrowableResult represents a call that resulted in an Throwable.
Parameters
<R>
the type of expected result
Functions
Link copied to clipboard
Asserts that the call resulted in a result of type
type
and returns the result.Link copied to clipboard
Asserts that the call resulted in n throwable of type
type
and returns the throwable.Asserts that the call resulted in a throwable of type
type
and returns the throwable.