org.jboss.test.jbossnet.document
Class ObjectElementTestCase
java.lang.Object
TestCase
org.jboss.test.JBossTestCase (src)
org.jboss.test.jbossnet.JBossNetTestBase (src)
org.jboss.test.jbossnet.document.ObjectElementTestCase
- public class ObjectElementTestCase
- extends JBossNetTestBase (src)
An endpoint test for document centric message exchange
It uses the the jva:RPC provider with xsd:anyType
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
xmlstr
|
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 |
xmlstr
public static final java.lang.String xmlstr
- See Also:
- Constant Field Values (src)
ObjectElementTestCase
public ObjectElementTestCase(java.lang.String name)
setUp
protected void setUp()
throws java.lang.Exception
- Throws:
java.lang.Exception
testProcessElement
public void testProcessElement()
throws java.lang.Exception
- Process an Element at the endpoint
- Throws:
java.lang.Exception
testProcessObject
public void testProcessObject()
throws java.lang.Exception
- Process an Object at the endpoint
- Throws:
java.lang.Exception
suite
public static Test suite()
throws java.lang.Exception
- Deploy the test ear
- Throws:
java.lang.Exception