Jersey Test Framework with no Maven environment
- by Raj Arcot
We do not use a Maven
framework in our environments. Can you suggest a way to use the Jersey
test framework for testing the Rest web services? I have tried to override the TestContaioner and TestContainerFactory interfaces to set up an AppDescriptor but I fail to understand how to set the LowLevelDescriptor to use the HTTPContainerFactory instead of the default one. I tried also settign the System property jersey.test.containerFactory. Does not work?Any ideas?