caller.resource().path(UNEXPECTED_PATH).post();
}
private ResponseAction throwException() {
return new ResponseAction() {
@Override
public void applyTo(FakeHttpServletRequest request, FakeHttpServletResponse response) {
throw new RuntimeException();
}
};