org.jboss.test.iiop.test
Class ParameterPassingStressTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.iiop.test.ParameterPassingStressTestCase

public class ParameterPassingStressTestCase
extends JBossTestCase (src)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
ParameterPassingStressTestCase(java.lang.String name)
           
 
Method Summary
protected  javax.naming.InitialContext getInitialContext()
          Gets the InitialContext attribute of the JBossTestCase object
static Test suite()
           
 void test_bigVector()
           
 void test_BooValueToObject()
           
 void test_CorbaObject()
           
 void test_exception()
           
 void test_FooValueToObject()
           
 void test_getException()
           
 void test_getString()
           
 void test_getZooValue()
           
 void test_IdlInterface()
           
 void test_intArray()
           
 void test_PrimitiveTypes()
           
 void test_referenceSharingWithinArray()
           
 void test_referenceSharingWithinCollection()
           
 void test_Remote()
           
 void test_Serializable()
           
 void test_StatelessSession()
           
 void test_String()
           
 void test_valueArray()
           
 void test_valueArrayToVector()
           
 void test_vectorToValueArray()
           
 
Methods inherited from class org.jboss.test.JBossTestCase (src)
deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeploySetup, getDeployURL, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, initDelegate, invoke, restartDBPool, sleep, testServerFound, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterPassingStressTestCase

public ParameterPassingStressTestCase(java.lang.String name)
                               throws java.io.IOException
Method Detail

getInitialContext

protected javax.naming.InitialContext getInitialContext()
                                                 throws java.lang.Exception
Description copied from class: JBossTestCase (src)
Gets the InitialContext attribute of the JBossTestCase object

Overrides:
getInitialContext in class JBossTestCase (src)
Returns:
The InitialContext value
Throws:
java.lang.Exception

test_getString

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

test_PrimitiveTypes

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

test_String

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

test_StatelessSession

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

test_Remote

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

test_Serializable

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

test_intArray

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

test_valueArray

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

test_exception

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

test_FooValueToObject

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

test_BooValueToObject

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

test_valueArrayToVector

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

test_vectorToValueArray

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

test_getException

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

test_getZooValue

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

test_referenceSharingWithinArray

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

test_referenceSharingWithinCollection

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

test_bigVector

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

test_CorbaObject

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

test_IdlInterface

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

suite

public static Test suite()
                  throws java.lang.Exception
Throws:
java.lang.Exception