|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cactus.internal.server.AbstractEJBTestCaller
public abstract class AbstractEJBTestCaller
Prototype of EJBRedirector for Cactus.
| Field Summary | |
|---|---|
protected EJBImplicitObjects |
objects
The ejb implicitObjects instance. |
| Constructor Summary | |
|---|---|
AbstractEJBTestCaller(EJBImplicitObjects theObjects)
A constructor for the class. |
|
| Method Summary | |
|---|---|
void |
doTest()
The "main" method of the test-case. |
protected java.lang.Class |
getTestClassClass(java.lang.String theClassName)
|
protected AbstractCactusTestCase |
getTestClassInstance(java.lang.String theClassName,
java.lang.String theTestCaseName)
A method to return an instance of the test-class. |
protected java.lang.String |
getTestClassName()
Getter method to return the name of the class being tested. |
protected java.lang.String |
getTestMethodName()
Getter method to return the name of the test-method being executed. |
protected abstract void |
setTestCaseFields(AbstractCactusTestCase theTestCase)
Setter method to set the test-case fields. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EJBImplicitObjects objects
| Constructor Detail |
|---|
public AbstractEJBTestCaller(EJBImplicitObjects theObjects)
theObjects - | Method Detail |
|---|
protected abstract void setTestCaseFields(AbstractCactusTestCase theTestCase)
throws java.lang.Exception
theTestCase -
java.lang.Exception - in case an error occurs.
public void doTest()
throws java.lang.Exception
java.lang.Exception - in case an error occursprotected java.lang.String getTestClassName()
protected java.lang.String getTestMethodName()
throws java.lang.Exception
java.lang.Exception - in case an error occurs
protected AbstractCactusTestCase getTestClassInstance(java.lang.String theClassName,
java.lang.String theTestCaseName)
throws java.lang.Exception
theClassName - theTestCaseName -
java.lang.Exception - in case an error occurs
protected java.lang.Class getTestClassClass(java.lang.String theClassName)
throws java.lang.Exception
theClassName - the name of the test class
java.lang.Exception - in case an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||