Example / Tutorial on using the Jersey InMemoryTestContainerFactory

Can someone point me to a sample JUnit test that uses InMemoryTestContainerFactory, from jersey-test-framework-inmemory, making a call to a dummy resource?

Thanks in advance!

+3
source share

All Articles