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