users@jersey.java.net

[Jersey] Question about Jersey Test Framework

From: NBW <emailnbw_at_gmail.com>
Date: Wed, 23 Mar 2011 12:49:33 -0400

I haven't used the test framework since 1.1.5 and back then all I had to do
was include a single jar jersey-test-framework-1.1.5.jar into my non-Maven
based project (in addition to the other deps. that I already had in my
classpath). Now I am trying to integrate this into a project using Jersey
1.5 bundled with GFv3.1. I found what I thought were the Jersey 1.5 Test
Framework jars (jersey-test-framework-core.jar &
jersey-test-framework-grizzley.jar) at section 7.5 in the Jersey 1.5 Users
Guide, however, after including them I am still not able to reference the
JerseyTest class. Blowing these jars open reveals that class is not
included. Obviously I am missing something. Thanks,

-Noah