org.apache.cactus
Class AbstractEJBTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.cactus.internal.AbstractCactusTestCase
              extended by org.apache.cactus.AbstractEJBTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
EJBTestCase

public abstract class AbstractEJBTestCase
extends AbstractCactusTestCase

Prototype of EJBRedirector for Cactus.

Author:
Siddhartha P. Chandurkar (siddhartha@visioncodified.com)

Constructor Summary
AbstractEJBTestCase(java.lang.String theName)
          Constructor with the test-case name as a parameter.
 
Method Summary
protected  void runGenericTest(AbstractEJBClient theClient)
          The client method to execute the tests.
 
Methods inherited from class org.apache.cactus.internal.AbstractCactusTestCase
createProtocolHandler, runBare, runBareServer
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractEJBTestCase

public AbstractEJBTestCase(java.lang.String theName)
Constructor with the test-case name as a parameter.

Parameters:
theName -
Method Detail

runGenericTest

protected void runGenericTest(AbstractEJBClient theClient)
                       throws java.lang.Throwable
The client method to execute the tests.

Parameters:
theClient -
Throws:
java.lang.Throwable


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.