Need to use Unit testing famework for testing J2EE Components like Servlets , Filters and JPA.

Posted by Vaibhav Kamble on Stack Overflow See other posts from Stack Overflow or by Vaibhav Kamble
Published on 2010-06-16T06:19:56Z Indexed on 2010/06/16 6:22 UTC
Read the original article Hit count: 318

I need to create unit tests for J2EE components like Servlets, Filters and JPA code which would call it's life cycle methods automatically and would integrate with Maven2 and Continuum and can be run from IDE itself.

Can you suggest something?

Thanks, Vaibhav

© Stack Overflow or respective owner

Related posts about java

Related posts about unit-testing