Reputation: 4927
Any one know any good step by step guides for unit testing jersey webservices in netbeans? I am using restlib_gfv3ee6 lib for jersey and it seems not to include the jersey test framework. I have trying to follow http://jersey.java.net/nonav/documentation/latest/client-api.html#d4e759 but the instructions are vague and the example is poor.
Upvotes: 0
Views: 1051
Reputation: 128949
What you're trying to follow is the section about testing Jersey clients. You want Chapter 7, The Jersey Test Framework.
Update: "good to see some blog references"...
You mean like this, this, this, this, or this? Google's an amazing thing, ya know.
Upvotes: 1