0 Replies Latest reply on Jan 31, 2006 4:26 PM by joycestack

    Testing EARs in our container without having our test files

    joycestack

      Hi Everyone,

      We have bunches of unit tests and functional tests. We are using JUnit.

      Our test class files get packaged in with our EAR so that when we deploy our EAR to our testing and production servers we are able to run the unit and functional tests in the container which is nice.

      Only thing is that I would like to know is there a way of achieving the same testing without having to package all our test class files with our EAR?

      Thanks everyone.