Example/Tutorial for using Jersey InMemoryTestContainerFactory

jersey

Solution

http://java.net/projects/jersey/sources/svn/content/trunk/jersey/jersey-test-framework/jersey-test-framework-inmemory/src/test/java/com/sun/jersey/test/framework/impl/container/inmemory/testpackage/InMemoryPackageTest.java?rev=5700

Problem

Could someone please point me to an example JUnit test that uses `InMemoryTestContainerFactory`, from `jersey-test-framework-inmemory`, making a call to a dummy resource? Thanks in advance!

Original source