users@jersey.java.net

Re: [Jersey] Unit testing resources

From: Martin Probst <mail_at_martin-probst.com>
Date: Tue, 24 Jun 2008 14:31:35 +0200

> Unfortunately the only way to properly test the resource class is to
> deploy it in a container and make an HTTP request to it, sorry :-(

Yes, I came to that conclusion, too. This is really unfortunate - this
boils down to not being able to do "proper" TDD with Jersey :-(

Regards,
Martin