org.jboss.test.jbossnet.ejbsimple
Class EJBEndpointTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.jbossnet.JBossNetTestBase (src) 
              extended byorg.jboss.test.jbossnet.ejbsimple.EJBEndpointTestCase
Direct Known Subclasses:
RedeployEJBEndpointTestCase (src)

public class EJBEndpointTestCase
extends JBossNetTestBase (src)

Tests remote accessibility of stateless ejb bean

Since:
5. Oktober 2001, 12:11
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.jbossnet.JBossNetTestBase (src)
ADDRESS, AXIS_CONTEXT, PROTOCOL, SERVICE_PORT, SERVICES_LOCATION
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
EJBEndpointTestCase(java.lang.String name)
           
 
Method Summary
protected  java.lang.String getAxisConfiguration()
          where the config is stored
static void main(java.lang.String[] args)
          standalone
 void setUp()
          setup the bean
static Test suite()
          this is to deploy the whole ear
 void testArrays()
          arrays should be tested too
 void testClientParser()
          Make sure we have the xerces parser, otherwise element serialization might fail
 void testElement()
          order preservation ok ?
 void testHello()
          test a simple hello world
 void testHowdy()
          test some structural parameters
 void testReverse()
          order preservation ok ?
 void testTypedArrays()
          arrays should be tested too
 
Methods inherited from class org.jboss.test.jbossnet.JBossNetTestBase (src)
createService, createService
 
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

EJBEndpointTestCase

public EJBEndpointTestCase(java.lang.String name)
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
setup the bean

Throws:
java.lang.Exception

getAxisConfiguration

protected java.lang.String getAxisConfiguration()
where the config is stored

Overrides:
getAxisConfiguration in class JBossNetTestBase (src)

testClientParser

public void testClientParser()
                      throws java.lang.Exception
Make sure we have the xerces parser, otherwise element serialization might fail

Throws:
java.lang.Exception

testHello

public void testHello()
               throws java.lang.Exception
test a simple hello world

Throws:
java.lang.Exception

testHowdy

public void testHowdy()
               throws java.lang.Exception
test some structural parameters

Throws:
java.lang.Exception

testTypedArrays

public void testTypedArrays()
                     throws java.lang.Exception
arrays should be tested too

Throws:
java.lang.Exception

testArrays

public void testArrays()
                throws java.lang.Exception
arrays should be tested too

Throws:
java.lang.Exception

testReverse

public void testReverse()
                 throws java.lang.Exception
order preservation ok ?

Throws:
java.lang.Exception

testElement

public void testElement()
                 throws java.lang.Exception
order preservation ok ?

Throws:
java.lang.Exception

suite

public static Test suite()
                  throws java.lang.Exception
this is to deploy the whole ear

Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
standalone