Jersey Test Framework with no Maven environment

Posted by Raj Arcot on Stack Overflow See other posts from Stack Overflow or by Raj Arcot
Published on 2010-05-20T16:19:33Z Indexed on 2010/05/20 16:20 UTC
Read the original article Hit count: 256

Filed under:

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?

© Stack Overflow or respective owner

Related posts about jersey