org.jboss.test.webservice.jbas897
Class JBAS897TestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.webservice.jbas897.JBAS897TestCase

public class JBAS897TestCase
extends JBossTestCase (src)

I made a typo in my ejb-jar.xml file so it didn't match the within my webservices.xml file. No complaint from JBoss on deployment on this. http://jira.jboss.com/jira/browse/JBAS-897

Since:
04-Feb-2005
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
JBAS897TestCase(java.lang.String name)
          Construct the test case with a given name
 
Method Summary
 void testEJBEndpoint()
          Test EJB endpoint
 void testEJBEndpointFail()
          Test EJB endpoint
 void testJSEEndpoint()
          Test JSE endpoint
 void testJSEEndpointFail()
          Test JSE endpoint with invalid deployment
 
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

JBAS897TestCase

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

Method Detail

testJSEEndpoint

public void testJSEEndpoint()
                     throws java.lang.Exception
Test JSE endpoint

Throws:
java.lang.Exception

testJSEEndpointFail

public void testJSEEndpointFail()
                         throws java.lang.Exception
Test JSE endpoint with invalid deployment

Throws:
java.lang.Exception

testEJBEndpoint

public void testEJBEndpoint()
                     throws java.lang.Exception
Test EJB endpoint

Throws:
java.lang.Exception

testEJBEndpointFail

public void testEJBEndpointFail()
                         throws java.lang.Exception
Test EJB endpoint

Throws:
java.lang.Exception