How do you unit test JEE code?

Posted by marabol on Stack Overflow See other posts from Stack Overflow or by marabol
Published on 2009-12-22T17:17:36Z Indexed on 2010/05/11 18:44 UTC
Read the original article Hit count: 434

Filed under:
|
|
|
|

I want to ask for your prefered way to test JEE code?

I found only three project, that are trying to help to code unit tests in JEE environment:

So I wonder,

  • is there any framework helping to write (j) unit test for JEE code?
  • do you use embedded JEE servers like jboss or glassfish v3?
  • do you mockup and inject by yourself?

Thanks a lot...

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about jee5