org.jboss.test.webservice.marshalltest
Class MarshallDocLiteralTestCase

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

public class MarshallDocLiteralTestCase
extends WebserviceTestBase (src)

Tests of the ws4ee doc/literal marshalling

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

Field Summary
protected static MarshallDocServiceInterface (src) docPort
           
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
MarshallDocLiteralTestCase(java.lang.String name)
          Construct the test case with a given name
 
Method Summary
protected  void setUp()
           
static Test suite()
          deploy the test archives
 void testEchoBase64Binary()
           
 void testEchoBean()
           
 void testEchoBeanNullProperties()
           
 void testEchoBoolean()
           
 void testEchoBooleanArray()
           
 void testEchoByte()
           
 void testEchoByteArray()
           
 void testEchoDateCalendar()
           
 void testEchoDateDate()
           
 void testEchoDateTimeArray()
           
 void testEchoDateTimeCalendar()
           
 void testEchoDateTimeDate()
           
 void testEchoDecimal()
           
 void testEchoDecimalArray()
           
 void testEchoDouble()
           
 void testEchoDoubleArray()
           
 void testEchoFloat()
           
 void testEchoFloatArray()
           
 void testEchoHexBinary()
           
 void testEchoInt()
           
 void testEchoIntArray()
           
 void testEchoInteger()
           
 void testEchoIntegerArray()
           
 void testEchoLong()
           
 void testEchoLongArray()
           
 void testEchoQName()
           
 void testEchoQNameArray()
           
 void testEchoShort()
           
 void testEchoShortArray()
           
 void testEchoString()
           
 void 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
 

Field Detail

docPort

protected static MarshallDocServiceInterface (src)  docPort
Constructor Detail

MarshallDocLiteralTestCase

public MarshallDocLiteralTestCase(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

testEchoString

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

testEchoInteger

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

testEchoInt

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

testEchoLong

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

testEchoShort

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

testEchoDecimal

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

testEchoFloat

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

testEchoDouble

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

testEchoBoolean

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

testEchoByte

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

testEchoQName

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

testEchoDateTimeCalendar

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

testEchoDateTimeDate

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

testEchoDateCalendar

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

testEchoDateDate

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

testEchoBase64Binary

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

testEchoHexBinary

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

testEchoBean

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

testEchoBeanNullProperties

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

testEchoStringArray

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

testEchoIntegerArray

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

testEchoIntArray

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

testEchoLongArray

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

testEchoShortArray

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

testEchoDecimalArray

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

testEchoFloatArray

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

testEchoDoubleArray

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

testEchoBooleanArray

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

testEchoByteArray

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

testEchoQNameArray

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

testEchoDateTimeArray

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