Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
E
G
J
L
M
R
S
T
U
W
A
addHelpers()
- Method in class remoteTester.framework.
RemoteTestCase
B
BytableHelper
- class remoteTester.runner.
BytableHelper
.
convert a Class to its byte[] equivalent
ByteClassLoader
- class remoteTester.runner.server.
ByteClassLoader
.
This class loader instanciate classes provided as a byte array
ByteClassLoader(byte[], String)
- Constructor for class remoteTester.runner.server.
ByteClassLoader
This class loader allows to load the Class provided as a byte array in the current JVM
ByteClassLoader(byte[], String, byte[][], String[])
- Constructor for class remoteTester.runner.server.
ByteClassLoader
This class loader allows to load the Class provided as a byte array in the current JVM
byteIt(Class)
- Static method in class remoteTester.runner.
BytableHelper
convert a Class accessible in the classpath in a byte array
byteIt(Class, String)
- Static method in class remoteTester.runner.
BytableHelper
Deprecated.
use the byteIt(Class aClass) method
C
create()
- Method in interface remoteTester.runner.server.interfaces.
TestRunnerRemoteHome
create TestRunnerRemote reference
createResult()
- Method in class remoteTester.framework.
RemoteTestCase
Creates a default Serializable TestResult object
E
ejbActivate()
- Method in class remoteTester.runner.server.ejbbean.
TestRunnerBean
ejbCreate()
- Method in class remoteTester.runner.server.ejbbean.
TestRunnerBean
ejbPassivate()
- Method in class remoteTester.runner.server.ejbbean.
TestRunnerBean
ejbRemove()
- Method in class remoteTester.runner.server.ejbbean.
TestRunnerBean
G
getOutput()
- Method in class remoteTester.framework.
TestResultRemote
accessor to the result message
getOutput()
- Method in class remoteTester.framework.
TestResultSerializable
get the testcase execution output
getTestRunnerRemoteService()
- Static method in class remoteTester.runner.
TestRunner
retrieve the TestRunner Service on the server
J
JNDI_TESTRUNNER
- Static variable in class remoteTester.runner.
TestRunner
the JNDI name of the TestRunner SB Service
L
loadClass()
- Method in class remoteTester.runner.server.
ByteClassLoader
this should be the prefered method to load the class that was defined in the constructor
loadClass(String, boolean)
- Method in class remoteTester.runner.server.
ByteClassLoader
overrride the default class loader mechanism
M
main(String[])
- Static method in class remoteTester.runner.
TestRunner
R
RemoteTestCase
- class remoteTester.framework.
RemoteTestCase
.
Created by nicolas FRANK
Date: 24 févr. 2004 Time: 19:36:06
RemoteTestCase(String)
- Constructor for class remoteTester.framework.
RemoteTestCase
RemoteTestCase()
- Constructor for class remoteTester.framework.
RemoteTestCase
remoteTester.framework
- package remoteTester.framework
remoteTester.runner
- package remoteTester.runner
remoteTester.runner.server
- package remoteTester.runner.server
remoteTester.runner.server.ejbbean
- package remoteTester.runner.server.ejbbean
remoteTester.runner.server.interfaces
- package remoteTester.runner.server.interfaces
run(String)
- Static method in class remoteTester.runner.
TestRunner
runTC the class on server side (class must be accessible to server classloader)
run(byte[], String)
- Method in class remoteTester.runner.server.ejbbean.
TestRunnerBean
play a TestCase using a junit.textui.TestRunner
run(byte[], String, byte[][], String[])
- Method in class remoteTester.runner.server.ejbbean.
TestRunnerBean
play a TestCase using a junit.textui.TestRunner with HelperClasses supports
run(String)
- Method in class remoteTester.runner.server.ejbbean.
TestRunnerBean
play a TestCase using a junit.textui.TestRunner
run(Class)
- Method in class remoteTester.runner.server.ejbbean.
TestRunnerBean
play a TestCase using a junit.textui.TestRunner
run(byte[], String)
- Method in interface remoteTester.runner.server.interfaces.
TestRunnerRemote
execute a junit TestCase on the server side
run(String)
- Method in interface remoteTester.runner.server.interfaces.
TestRunnerRemote
execute a junit TestCase on the server side
run(byte[], String, byte[][], String[])
- Method in interface remoteTester.runner.server.interfaces.
TestRunnerRemote
execute a junit TestCase on the server side with helper classes support
runBare()
- Method in class remoteTester.framework.
RemoteTestCase
overwrite runBare so it can behave differenctly on client and server side.
runProtected(Test, Protectable)
- Method in class remoteTester.framework.
TestResultSerializable
Runs a TestCase.
runWithResult(byte[], String, byte[][], String[], String)
- Method in class remoteTester.runner.server.ejbbean.
TestRunnerBean
play a test method from a RemoteTestCase using a junit.textui.TestRunner with HelperClasses supports
runWithResult(byte[], String, byte[][], String[], String)
- Method in interface remoteTester.runner.server.interfaces.
TestRunnerRemote
play a test method from a RemoteTestCase using a junit.textui.TestRunner with HelperClasses supports
S
setIsRemote(boolean)
- Static method in class remoteTester.framework.
RemoteTestCase
setOutput(String)
- Method in class remoteTester.framework.
TestResultRemote
result message setter
setOutput(String)
- Method in class remoteTester.framework.
TestResultSerializable
the testcase execution output
setSessionContext(SessionContext)
- Method in class remoteTester.runner.server.ejbbean.
TestRunnerBean
setTestResult(TestResult)
- Method in class remoteTester.framework.
TestResultRemote
setWasSuccessful()
- Method in class remoteTester.framework.
TestResultRemote
set the test as succeded
T
TestResultRemote
- class remoteTester.framework.
TestResultRemote
.
This class encapsulate Server Side TestRunner result in order to bring the result on client runner side
TestResultRemote(String)
- Constructor for class remoteTester.framework.
TestResultRemote
constructor
TestResultSerializable
- class remoteTester.framework.
TestResultSerializable
.
This is the server side TestResult.
TestResultSerializable()
- Constructor for class remoteTester.framework.
TestResultSerializable
TestRunner
- class remoteTester.runner.
TestRunner
.
This testRunner allows to execute runner TestCase on server side, even if the TestCase class is only available on runner side.
TestRunner()
- Constructor for class remoteTester.runner.
TestRunner
TestRunnerBean
- class remoteTester.runner.server.ejbbean.
TestRunnerBean
.
This Session Bean allows to execute a JUnit TestCase on server side WARNING : It must not be deployed in a production environnement as it allows access to Local Interfaces
TestRunnerBean()
- Constructor for class remoteTester.runner.server.ejbbean.
TestRunnerBean
TestRunnerRemote
- interface remoteTester.runner.server.interfaces.
TestRunnerRemote
.
EJB Remote Interface
TestRunnerRemoteHome
- interface remoteTester.runner.server.interfaces.
TestRunnerRemoteHome
.
EJB Remote Home
U
uploadAndRun(String)
- Static method in class remoteTester.runner.
TestRunner
upload the class from runner on server side and run it
uploadAndRun(Class)
- Static method in class remoteTester.runner.
TestRunner
upload the class from runner on server side and run it
uploadAndRun(Class, Class[])
- Static method in class remoteTester.runner.
TestRunner
upload the class from runner on server side and run it
uploadAndRun(String, String[])
- Static method in class remoteTester.runner.
TestRunner
upload the class and its helper classes from client to server side and run it
uploadAndRunWithResult(Class, Class[], String)
- Static method in class remoteTester.runner.
TestRunner
upload the class from runner on server side and run a test method on it
W
wasSuccessful()
- Method in class remoteTester.framework.
TestResultRemote
success
A
B
C
E
G
J
L
M
R
S
T
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003-2004 Nicolas FRANK. All Rights Reserved.