WillReceiveFunctionCallAndThrow.Builder |
WillReceiveFunctionCallAndThrow.Builder.arguments(List<? extends Object> arguments) |
An array of expected function arguments (or test equivalence matchers for those arguments).
|
static WillReceiveFunctionCallAndThrow.Builder |
WillReceiveFunctionCallAndThrow.Builder.create() |
|
WillReceiveFunctionCallAndThrow.Builder |
WillReceiveFunctionCallAndThrow.Builder.errorClassName(Object errorClassName) |
A test equivalence matcher for the class name of this exception.
|
WillReceiveFunctionCallAndThrow.Builder |
WillReceiveFunctionCallAndThrow.Builder.functionName(String functionName) |
The name of the function to be executed.
|
WillReceiveFunctionCallAndThrow.Builder |
WillReceiveFunctionCallAndThrow.Builder.message(Object message) |
A test equivalence matcher for the message from this exception.
|