org.jboss.test.webservice.marshalltest
Class MarshallDocLiteralTestCase
java.lang.Object
TestCase
org.jboss.test.JBossTestCase (src)
org.jboss.test.webservice.WebserviceTestBase (src)
org.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
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 |
docPort
protected static MarshallDocServiceInterface (src) docPort
MarshallDocLiteralTestCase
public MarshallDocLiteralTestCase(java.lang.String name)
- Construct the test case with a given name
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