24252627282930
public FailingRealMethodInvoker(String message) { this.message = message; } public Object respond(IMockInvocation invocation) { throw new CannotInvokeRealMethodException(message); }