This is provides services for jboss junit test cases and TestSetups. It supplies access to jboss logging, the jboss jmx server, jndi, and a method for deploying ejb packages. You may supply the JNDI name under which the RMIAdaptor interface is located via the system property jbosstest.server.name default (jmx/rmi/RMIAdaptor) and the directory for deployable packages with the system property jbosstest.deploy.dir (default output/lib). Should be subclassed to derive junit support for specific services integrated into jboss.
@author
David Jencks
@author
Christoph G. Jung
@author
Scott Stark
@version $Revision: 58481 $