[junitee-user] How to disable JunitEE
Brought to you by:
o_rossmueller
|
From: Peter K. <pki...@ho...> - 2009-05-05 22:33:31
|
I'm new to JunitEE and from reading the documentation it is not clear what the approach is to disable the JunitEE TestServlet in production. JunitEE and associated test classes are being added to an existing application so that the test classes can access existing Services and infrastructure in the app that is being tested. Once the build is done it is installed in the App Server and the JunitEE tests are run. Eventually the exact same build will go to production so how do we disable it there or do we need to create a new build excluding the JunitEE jars and test classes? The preference would be not to create a new build but to somehow disable JunitEE. Otherwise we would be testing one app, re-building and essentially putting an un-tested build in production. Any help/suggestions is appreciated. Regards, Peter Kelly |