Interface TestOfExceptionalCall.Builder<T extends Exception>
- Type Parameters:
T- the type of the expected exception
- All Superinterfaces:
Test.Builder<TestOfExceptionalCall<T>,ExpectedException<T>, ResultOfExceptionalCall<T>, ActualException<T>, TestOfExceptionalCall.Builder<T>>
- All Known Implementing Classes:
BasicTestOfExceptionalCall.Builder
- Enclosing interface:
TestOfExceptionalCall<T extends Exception>
public static interface TestOfExceptionalCall.Builder<T extends Exception>
extends Test.Builder<TestOfExceptionalCall<T>,ExpectedException<T>,ResultOfExceptionalCall<T>,ActualException<T>,TestOfExceptionalCall.Builder<T>>
A builder for tests of throwable calls.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Methods inherited from interface org.tudalgo.algoutils.tutor.general.assertions.Test.Builder
build, expected