org.jboss.test.jbossmx.performance.dynamic
Class InvocationTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.jbossmx.performance.TestCase (src) 
              extended byorg.jboss.test.jbossmx.performance.dynamic.InvocationTestCase

public class InvocationTestCase
extends TestCase (src)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.jbossmx.performance.TestCase (src)
ITERATION_COUNT, REPEAT_COUNT
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException
 
Constructor Summary
InvocationTestCase(java.lang.String s)
           
 
Method Summary
 void testCounterInvocation()
           
 void testMixedArgsInvocation()
           
 void testVoidInvocation()
           
 void testVoidInvocationWithDefaultDomain()
           
 
Methods inherited from class org.jboss.test.jbossmx.performance.TestCase (src)
testServerFound
 
Methods inherited from class org.jboss.test.JBossTestCase (src)
deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeploySetup, getDeployURL, getInitialContext, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, initDelegate, invoke, restartDBPool, sleep, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationTestCase

public InvocationTestCase(java.lang.String s)
Method Detail

testVoidInvocationWithDefaultDomain

public void testVoidInvocationWithDefaultDomain()

testVoidInvocation

public void testVoidInvocation()

testCounterInvocation

public void testCounterInvocation()

testMixedArgsInvocation

public void testMixedArgsInvocation()