Re: suggestion: package some test classes in a 'mock' jar?

2009-07-09 Thread tech_user_nj
Hello again, Let me add one more item. Do you have any recommendation for testing CXF Rest services? Jetty vs Mocks etc? Please include this information in your user guide as I see developers spend hours testing some simple services. Thanks, tech_user_nj wrote: > > We are using CXF Rest ser

Re: suggestion: package some test classes in a 'mock' jar?

2009-07-09 Thread tech_user_nj
We are using CXF Rest services and would like to test 'out of container' unit testing. I came across couple of classes like AbstractCXFTest etc as part of the API but do have any sample junit test cases? This will reduce my effort of writing these unit test cases. Your help is highly appreciated.