toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions.actual
/
ActualExceptions
Actual
Exceptions
public
final
class
ActualExceptions
(
source
)
A collection of methods for building
actual exceptions
.
Author
Dustin Glaser
Members
Functions
no
Exception
Link copied to clipboard
public
static
ActualException
<
T
>
noException
<
T
extends
Throwable
>
(
)
Returns a behavior where no exception was thrown.
unexpected
Exception
Link copied to clipboard
public
static
ActualException
<
T
>
unexpectedException
<
T
extends
Throwable
>
(
)
Returns a behavior where an unexpected exception was thrown.