org.jboss.test.naming.ejb
Class NamingTests

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.util.ejb.EJBTestCase (src) 
          extended byorg.jboss.test.naming.ejb.NamingTests

public class NamingTests
extends EJBTestCase (src)

Tests of JNDI ENC performance. The following properties are used:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.util.ejb.EJBTestCase (src)
props
 
Constructor Summary
NamingTests(java.lang.String methodName)
           
 
Method Summary
 java.lang.String getEJBRunnerJndiName()
          Allow EJBTestCase subclasses to override the EJBRunnerHome JNDI name
 void testENCPerf()
           
 
Methods inherited from class org.jboss.test.util.ejb.EJBTestCase (src)
getProps, isServerSide, run, runBare, setProps, setServerSide, setUpEJB, tearDownEJB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamingTests

public NamingTests(java.lang.String methodName)
Method Detail

getEJBRunnerJndiName

public java.lang.String getEJBRunnerJndiName()
Description copied from class: EJBTestCase (src)
Allow EJBTestCase subclasses to override the EJBRunnerHome JNDI name

Overrides:
getEJBRunnerJndiName in class EJBTestCase (src)
Returns:
The JNDI name of the EJBRunnerHome home interface binding. The default is "ejb/EJBTestRunner"

testENCPerf

public void testENCPerf()
                 throws java.lang.Exception
Throws:
java.lang.Exception