Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
G
I
N
P
R
S
T
C
create()
- Method in interface net.sourceforge.junitejb.
EJBTestRunnerHome
Creates an ejb test runner.
E
EJBTestCase
- class net.sourceforge.junitejb.
EJBTestCase
.
An ejb test case is an extension to test case where the test is executed in the ejb server's virtual machine.
EJBTestCase(String)
- Constructor for class net.sourceforge.junitejb.
EJBTestCase
Constructs a test case that will run the method with the specified name.
EJBTestRunner
- interface net.sourceforge.junitejb.
EJBTestRunner
.
The remote interface of the server side test runner.
EJBTestRunnerBean
- class net.sourceforge.junitejb.
EJBTestRunnerBean
.
Implementation of the ejb test runner.
EJBTestRunnerBean()
- Constructor for class net.sourceforge.junitejb.
EJBTestRunnerBean
EJBTestRunnerHome
- interface net.sourceforge.junitejb.
EJBTestRunnerHome
.
Remote home interface of the ejb test runner.
ejbActivate()
- Method in class net.sourceforge.junitejb.
EJBTestRunnerBean
ejbCreate()
- Method in class net.sourceforge.junitejb.
EJBTestRunnerBean
ejbPassivate()
- Method in class net.sourceforge.junitejb.
EJBTestRunnerBean
ejbRemove()
- Method in class net.sourceforge.junitejb.
EJBTestRunnerBean
G
getMessage()
- Method in class net.sourceforge.junitejb.
RemoteAssertionFailedError
Gets the message exactly as it appeared on server side.
getMessage()
- Method in class net.sourceforge.junitejb.
RemoteTestException
Gets the message exactly as it appeared on server side.
getRemoteAssertionFailedError()
- Method in class net.sourceforge.junitejb.
RemoteAssertionFailedError
Gets the assertion failed error object from the server side.
getRemoteStackTrace()
- Method in class net.sourceforge.junitejb.
RemoteAssertionFailedError
Gets the stack trace exactly as it appeared on the server side.
getRemoteStackTrace()
- Method in class net.sourceforge.junitejb.
RemoteTestException
Gets the stack trace exactly as it appeared on the server side.
getRemoteThrowable()
- Method in class net.sourceforge.junitejb.
RemoteTestException
Gets the throwable object from the server side.
I
isServerSide()
- Method in class net.sourceforge.junitejb.
EJBTestCase
Is this class running on the server side?
N
net.sourceforge.junitejb
- package net.sourceforge.junitejb
P
printStackTrace(PrintStream)
- Method in class net.sourceforge.junitejb.
RemoteAssertionFailedError
Prints the stack trace exactly as it appeared on the server side.
printStackTrace()
- Method in class net.sourceforge.junitejb.
RemoteAssertionFailedError
Prints the stack trace exactly as it appeared on the server side.
printStackTrace(PrintWriter)
- Method in class net.sourceforge.junitejb.
RemoteAssertionFailedError
Prints the stack trace exactly as it appeared on the server side.
printStackTrace(PrintStream)
- Method in class net.sourceforge.junitejb.
RemoteTestException
Prints the stack trace exactly as it appeared on the server side.
printStackTrace()
- Method in class net.sourceforge.junitejb.
RemoteTestException
Prints the stack trace exactly as it appeared on the server side.
printStackTrace(PrintWriter)
- Method in class net.sourceforge.junitejb.
RemoteTestException
Prints the stack trace exactly as it appeared on the server side.
R
RemoteAssertionFailedError
- error net.sourceforge.junitejb.
RemoteAssertionFailedError
.
RemoteAssertionFailedError is the client-side view of an assertion failed error on the server.
RemoteAssertionFailedError(AssertionFailedError, String)
- Constructor for class net.sourceforge.junitejb.
RemoteAssertionFailedError
Constructs a remote assertion failed error based on the specified AssertionFailedError and remote stack trace.
RemoteTestException
- exception net.sourceforge.junitejb.
RemoteTestException
.
RemoteTestException is the client-side view of a throwable on the server.
RemoteTestException(Throwable)
- Constructor for class net.sourceforge.junitejb.
RemoteTestException
Constructs a remote test exception that wrapps the the specified throwable.
run(TestResult)
- Method in class net.sourceforge.junitejb.
EJBTestCase
run(String, String)
- Method in interface net.sourceforge.junitejb.
EJBTestRunner
Runs the specified test method on the specified class.
run(String, String)
- Method in class net.sourceforge.junitejb.
EJBTestRunnerBean
Runs the specified test method on the specified class.
runBare()
- Method in class net.sourceforge.junitejb.
EJBTestCase
S
setServerSide(boolean)
- Method in class net.sourceforge.junitejb.
EJBTestCase
Sets the flag that is used to determine if the class is running on the server side.
setSessionContext(SessionContext)
- Method in class net.sourceforge.junitejb.
EJBTestRunnerBean
setUpEJB()
- Method in class net.sourceforge.junitejb.
EJBTestCase
Sets up the ejb test case.
T
tearDownEJB()
- Method in class net.sourceforge.junitejb.
EJBTestCase
Tears down the ejb test case.
C
E
G
I
N
P
R
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Distributable under LGPL license. See terms of license at gnu.org