views:

36

answers:

1

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

+2  A: 

Also, you can use a mocking framework like mockito or JMockIt

Bozho