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>>