Skip navigation.

AppServerUnit: JUnit-style tests for J2EE

AppServerUnit: JUnit-style tests for J2EE

java | JUnit
AppserverUnit allows to easily create and execute JUnit-style tests for components that are deployed on a J2EE server. Test are written as JUnit testcases, with the usual JNDI lookup calls to locate the components (typically EJBs) to be tested. AppserverUnit provides several tools to package, deploy and execute the tests and to inspect the results.