This is a TestSetup class for jboss junit test cases that provides the jboss test services. It supplies access to jboss logging, the jboss jmx server, jndi, and a method for deploying ejb packages. You may supply the name of the machine the jboss server is on with the system property jbosstest.server.name (default getInetAddress().getLocalHost().getHostName()) and the directory for deployable packages with the system property jbosstest.deploy.dir (default ../lib). Should be sublassed to derive junit support for specific services integrated into JBoss.
@author
David Jencks
@author
Christoph G. Jung
@version $Revision: 58481 $