org.jboss.test.webservice.marshalltest
Class MarshallRpcLiteralTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.webservice.WebserviceTestBase (src) 
              extended byorg.jboss.test.webservice.marshalltest.AbstractRpcTestBase (src) 
                  extended byorg.jboss.test.webservice.marshalltest.MarshallRpcLiteralTestCase

public class MarshallRpcLiteralTestCase
extends AbstractRpcTestBase (src)

Tests of the ws4ee rpc/literal marshalling

Since:
09-May-2004
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.webservice.marshalltest.AbstractRpcTestBase (src)
rpcPort
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
MarshallRpcLiteralTestCase(java.lang.String name)
          Construct the test case with a given name
 
Method Summary
protected  void setUp()
           
static Test suite()
          deploy the test archives
 
Methods inherited from class org.jboss.test.webservice.marshalltest.AbstractRpcTestBase (src)
testEchoBase64Binary, testEchoBean, testEchoBeanNullProperties, testEchoBoolean, testEchoBooleanArray, testEchoByte, testEchoByteArray, testEchoDateCalendar, testEchoDateDate, testEchoDateTimeArray, testEchoDateTimeCalendar, testEchoDateTimeDate, testEchoDecimal, testEchoDecimalArray, testEchoDouble, testEchoDoubleArray, testEchoFloat, testEchoFloatArray, testEchoHexBinary, testEchoInt, testEchoIntArray, testEchoInteger, testEchoIntegerArray, testEchoLong, testEchoLongArray, testEchoQName, testEchoQNameArray, testEchoShort, testEchoShortArray, testEchoString, testEchoStringArray
 
Methods inherited from class org.jboss.test.webservice.WebserviceTestBase (src)
getClientContext
 
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, testServerFound, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallRpcLiteralTestCase

public MarshallRpcLiteralTestCase(java.lang.String name)
Construct the test case with a given name

Method Detail

suite

public static Test suite()
                  throws java.lang.Exception
deploy the test archives

Throws:
java.lang.Exception

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception