AppServerUnit: JUnit-style tests for J2EE
AppServerUnit: JUnit-style tests for J2EE
Submitted by webmaster@testdriven.com (Links) on Mon, 10/01/2005 - 15:35. java | JUnitAppserverUnit 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.
