toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions.expected
/
ExpectedExceptional
Expected
Exceptional
public
final
class
ExpectedExceptional
(
source
)
A collection of methods for building
expected exceptional behaviors
.
Author
Dustin Glaser
Members
Functions
instance
Of
Link copied to clipboard
public
static
ExpectedException
<
T
>
instanceOf
<
T
extends
Exception
>
(
Class
<
T
>
type
)
Returns an expected behavior where an exception of the given type is expected to be thrown.