BasicTestOfExceptionalCall
public class BasicTestOfExceptionalCall<T extends Exception> extends BasicTest<TT, ET, RT, AT> implements TestOfExceptionalCall<T>(source)
A basic implementation of a test of a throwable call.
Parameters
<T>
the type of the expected exception
Constructors
Types
Functions
Link copied to clipboard
Returns the environment used by this test.
Link copied to clipboard
Tests if the callable throws an exception and if the exception is as expected.