users@jersey.java.net

[Jersey] Re: jersey-client - Why final methods in ClientFilter???

From: James Shaw <js102_at_zepler.net>
Date: Sun, 29 Jul 2012 20:27:11 +0100

On 29 July 2012 19:30, Matt Bertolini <viper2843_at_gmail.com> wrote:

> Ultimately, I am headed down the path of integration testing since it is
> unlikely that the methods will be changed any time soon. If you know of any
> good fake HTTP servers, I am open to recommendations. I have been
> unsuccessful in finding one that I like.
>
Have a look at https://bitbucket.org/jideji/fakehttpserver/wiki/Home if you
haven't already. It's follows the same style as JMock, and integrates with
Hamcrest. (Disclosure: the project's written by a friend, so my opinion
may be biased ;-)