A B C D E F G H I J L M N O P R S T U V X

A

AbstractTestCase - Class in org.jboss.test
An abstract Test Case.
AbstractTestCase(String) - Constructor for class org.jboss.test.AbstractTestCase
Create a new abstract test case
AbstractTestCaseWithSetup - Class in org.jboss.test
An extension of AbstractTestCase that adds AbstractTestDelegate and AbstractTestSetup delegate notions.
AbstractTestCaseWithSetup(String) - Constructor for class org.jboss.test.AbstractTestCaseWithSetup
Create a new test case
AbstractTestDelegate - Class in org.jboss.test
An AbstractTestDelegate.
AbstractTestDelegate(Class) - Constructor for class org.jboss.test.AbstractTestDelegate
Create a new test delegate
AbstractTestSetup - Class in org.jboss.test
An AbstractTestSetup.
AbstractTestSetup(Class, Test) - Constructor for class org.jboss.test.AbstractTestSetup
Create a new TestSetup.
addArg(Argument) - Method in class org.jboss.test.util.server.Server
Add an argument.
addJvmArg(Argument) - Method in class org.jboss.test.util.server.Server
Add a jvm arg.
addServer(Server) - Method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
Add a server.
addServer(Server) - Method in class org.jboss.test.util.server.ServerManager
Add a server
addSysProperty(Property) - Method in class org.jboss.test.util.server.Server
Add a system property.
allPermissions() - Method in class org.jboss.test.security.PolicyPlugin
A PermissionCollection with the special AllPermission that enables all access.
AllPolicyPlugin - Class in org.jboss.test.security
An All Permissions PolicyPlugin.
AllPolicyPlugin() - Constructor for class org.jboss.test.security.AllPolicyPlugin
 
AppCallbackHandler - Class in org.jboss.test.util
An implemeentation of the JAAS CallbackHandler interface that handles NameCallbacks, PasswordCallbac, TextInputCallback and the JBoss ByteArrayCallback
AppCallbackHandler(String, char[]) - Constructor for class org.jboss.test.util.AppCallbackHandler
 
AppCallbackHandler(String, char[], byte[]) - Constructor for class org.jboss.test.util.AppCallbackHandler
 
AppCallbackHandler(String, char[], byte[], String) - Constructor for class org.jboss.test.util.AppCallbackHandler
 
Argument - Class in org.jboss.test.util.server
A command line argument.
Argument() - Constructor for class org.jboss.test.util.server.Argument
 
assertEmpty(Collection) - Method in class org.jboss.test.AbstractTestCase
Asserts a collection is empty
assertEmpty(String, Collection) - Method in class org.jboss.test.AbstractTestCase
Asserts a collection is empty
assertEquals(float, float) - Method in class org.jboss.test.AbstractTestCase
Assert two float values are equal
assertEquals(double, double) - Method in class org.jboss.test.AbstractTestCase
Assert two double values are equal
assertEquals(Object[], Object[]) - Method in class org.jboss.test.AbstractTestCase
Assert two arrays are equal
assertEquals(String, Object[], Object[]) - Method in class org.jboss.test.AbstractTestCase
Assert two arrays are equal

B

BaseTestCase - Class in org.jboss.test
Base Test Case.
BaseTestCase(String) - Constructor for class org.jboss.test.BaseTestCase
Create a new base test case
ByteArrayCallback - Class in org.jboss.test.util
An implementation of Callback that obtains a binary parameter as a byte[].
ByteArrayCallback(String) - Constructor for class org.jboss.test.util.ByteArrayCallback
Initialize the SecurityAssociationCallback

C

checkThrowable(Class, Throwable) - Method in class org.jboss.test.AbstractTestCase
Check we have the expected exception
checkUnload(WeakReference, String, String) - Method in class org.jboss.test.JBossMemoryTestCase
If you started your class with -agentlib:jbossAgent in case of leakage (if className still loaded) a file (reportFile) will be created, and a heapSnapshot(./snapshot,mem)
clazz - Variable in class org.jboss.test.AbstractTestDelegate
The class
clazz - Variable in class org.jboss.test.AbstractTestSetup
The test class
clearByteArray() - Method in class org.jboss.test.util.ByteArrayCallback
 
clearEverySingleFieldOnInstances(String) - Method in class org.jboss.test.JBossMemoryTestCase
This method could be used for debug purposes
ConfigManagerTask - Class in org.jboss.ant.taskdefs.server
A ConfigManagerTask.
ConfigManagerTask() - Constructor for class org.jboss.ant.taskdefs.server.ConfigManagerTask
Create a new ConfigManagerTask.
configureLogging() - Method in class org.jboss.test.AbstractTestCase
Callback for configuring logging at the start of the test

D

DEFAULT_BEANCOUNT - Static variable in class org.jboss.test.JBossTestServices
 
DEFAULT_ITERATIONCOUNT - Static variable in class org.jboss.test.JBossTestServices
 
DEFAULT_LOGIN_CONFIG - Static variable in class org.jboss.test.JBossTestServices
 
DEFAULT_PASSWORD - Static variable in class org.jboss.test.JBossTestServices
 
DEFAULT_THREADCOUNT - Static variable in class org.jboss.test.JBossTestServices
 
DEFAULT_USERNAME - Static variable in class org.jboss.test.JBossTestServices
 
delegate - Static variable in class org.jboss.test.AbstractTestSetup
The last delegate
delegate - Variable in class org.jboss.test.JBossTestCase
 
delegate - Variable in class org.jboss.test.JBossTestSetup
 
deploy(String) - Method in class org.jboss.test.JBossTestCase
Deploy a package with the main deployer.
deploy(String) - Method in class org.jboss.test.JBossTestServices
Deploy a package with the main deployer.
deploy(String) - Method in class org.jboss.test.JBossTestSetup
Deploy a package with the main deployer.
DEPLOYER_NAME - Static variable in class org.jboss.test.JBossTestServices
 
deploymentException - Static variable in class org.jboss.test.JBossTestCase
Saved exception from deployment.
deserialize(byte[]) - Method in class org.jboss.test.AbstractTestCase
Serialize an object

E

enableSecurity - Variable in class org.jboss.test.AbstractTestDelegate
Whether security is enabled
enableTrace(String) - Method in class org.jboss.test.AbstractTestCase
Enable trace for a logging category
enableTrace(String) - Method in class org.jboss.test.AbstractTestCaseWithSetup
Enable trace logging for the given category name.
enableTrace(String) - Method in class org.jboss.test.AbstractTestDelegate
Enable trace
enableTrace(String) - Method in class org.jboss.test.BaseTestCase
 
enableTrace(String) - Method in class org.jboss.test.logging.Log4jConsoleLoggingPlugin
 
enableTrace(String) - Method in class org.jboss.test.logging.Log4jLoggingPlugin
 
enableTrace(String) - Method in class org.jboss.test.logging.LoggingPlugin
Enable trace for a logger category
execute() - Method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
Create a server manager using the specified configuration.
execute() - Method in class org.jboss.ant.taskdefs.server.StartServerTask
Start the server.
execute() - Method in class org.jboss.ant.taskdefs.server.StopServerTask
Stop the server.

F

fileReadPermissions() - Method in class org.jboss.test.security.PolicyPlugin
Create a PermissionCollection with read for all files permission FilePermission("<>", "read")
FilteringClassLoader - Class in org.jboss.test.classloader
FilteringClassLoader.
FilteringClassLoader(ClassLoader, String[]) - Constructor for class org.jboss.test.classloader.FilteringClassLoader
Create a new FilteringClassLoader.
findResource(Class, String) - Static method in class org.jboss.test.AbstractTestCase
 
flushAuthCache() - Method in class org.jboss.test.JBossTestCase
 
flushAuthCache(String) - Method in class org.jboss.test.JBossTestCase
 
flushAuthCache() - Method in class org.jboss.test.JBossTestSetup
 
flushAuthCache(String) - Method in class org.jboss.test.JBossTestSetup
 

G

getArgs() - Method in class org.jboss.test.util.server.Server
Get the arguments as a string for the command line.
getBeanCount() - Method in class org.jboss.test.JBossTestCase
 
getBeanCount() - Method in class org.jboss.test.JBossTestSetup
 
getByteArray() - Method in class org.jboss.test.util.ByteArrayCallback
 
getConfig() - Method in class org.jboss.test.util.server.Server
Get the config.
getDelegate() - Method in class org.jboss.test.AbstractTestCaseWithSetup
Get the delegate
getDelegate(Class) - Static method in class org.jboss.test.AbstractTestDelegate
Get the test delegate.
getDelegate(Class) - Static method in class org.jboss.test.JBossTestCase
Overriden to return JBossTestServices as the test delegate.
getDeployerName() - Method in class org.jboss.test.JBossTestCase
Gets the DeployerName attribute of the JBossTestCase object
getDeployerName() - Method in class org.jboss.test.JBossTestSetup
Gets the DeployerName attribute of the JBossTestCase object
getDeploySetup(Class, Test, String) - Static method in class org.jboss.test.JBossTestCase
Get a JBossTestSetup that does login and deployment in setUp/tearDown
getDeploySetup(Test, String) - Static method in class org.jboss.test.JBossTestCase
 
getDeploySetup(Class, String) - Static method in class org.jboss.test.JBossTestCase
 
getDeployURL(String) - Method in class org.jboss.test.JBossTestCase
Returns the deployment directory to use.
getDeployURL(String) - Method in class org.jboss.test.JBossTestServices
Returns the deployment directory to use.
getDeployURL(String) - Method in class org.jboss.test.JBossTestSetup
Returns the deployment directory to use.
getErrorLog() - Method in class org.jboss.test.util.server.Server
Where should the server's std err log go?
getErrorWriter() - Method in class org.jboss.test.util.server.Server
The error log's writer.
getFieldProperties() - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
 
getHost() - Method in class org.jboss.test.util.server.Server
Get the host.
getHttpUrl() - Method in class org.jboss.test.util.server.Server
Where is the HTTP service listening?
getInitialContext() - Method in class org.jboss.test.JBossIIOPTestCase
 
getInitialContext() - Method in class org.jboss.test.JBossTestCase
Gets the InitialContext attribute of the JBossTestCase object
getInitialContext() - Method in class org.jboss.test.JBossTestServices
Gets the InitialContext attribute of the JBossTestCase object
getInitialContext() - Method in class org.jboss.test.JBossTestSetup
Gets the InitialContext attribute of the JBossTestCase object
getInitialJnpContext() - Method in class org.jboss.test.JBossIIOPTestCase
 
getInstance() - Static method in class org.jboss.test.logging.LoggingPlugin
Get the logging plugin.
getInstance(Class) - Static method in class org.jboss.test.security.PolicyPlugin
Get the security plugin.
getIterationCount() - Method in class org.jboss.test.JBossTestCase
 
getIterationCount() - Method in class org.jboss.test.JBossTestSetup
 
getJavaExecutable() - Method in class org.jboss.test.util.server.ServerManager
Get the jvm.
getJBossHome() - Method in class org.jboss.test.util.server.ServerManager
Get the jboss home.
getJndiInitFactory() - Method in class org.jboss.test.JBossTestCase
 
getJndiInitFactory() - Method in class org.jboss.test.JBossTestSetup
 
getJndiURL() - Method in class org.jboss.test.JBossTestCase
 
getJndiURL() - Method in class org.jboss.test.JBossTestSetup
 
getJSSEProvider() - Static method in class org.jboss.test.util.SecurityProviderUtil
Get a JSSE Security Provider
getJvmArgs() - Method in class org.jboss.test.util.server.Server
Get the JVM args for the command line.
getKey() - Method in class org.jboss.test.util.server.Property
Get the key.
getLog() - Method in class org.jboss.test.AbstractTestCase
Get the log for this test
getLog() - Method in class org.jboss.test.AbstractTestCaseWithSetup
Get the jboss logger.
getLog() - Method in class org.jboss.test.AbstractTestDelegate
Get the log
getLog() - Method in class org.jboss.test.BaseTestCase
 
getLog() - Method in class org.jboss.test.JBossTestCase
Overriden to restore the old behavior where the log was initialized post ctor rather than post setUp.
getLog() - Method in class org.jboss.test.JBossTestSetup
Gets the Log attribute of the JBossTestCase object
getMethodProperties() - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
 
getName() - Method in class org.jboss.test.util.server.Server
Get the name.
getOutputLog() - Method in class org.jboss.test.util.server.Server
Where should the servers's std out go?
getOutWriter() - Method in class org.jboss.test.util.server.Server
The writer for the output log.
getPermissions(CodeSource) - Method in class org.jboss.test.security.AllPolicyPlugin
 
getPermissions(CodeSource) - Method in class org.jboss.test.security.TestsPolicyPlugin
 
getProcess() - Method in class org.jboss.test.util.server.Server
Get the process.
getPrompt() - Method in class org.jboss.test.util.ByteArrayCallback
 
getProtocolHandlerName() - Static method in class org.jboss.test.util.SecurityProviderUtil
Get the https protocl handler
getResource(String) - Method in class org.jboss.test.AbstractTestCase
 
getResource(String) - Method in class org.jboss.test.classloader.FilteringClassLoader
 
getResources(String) - Method in class org.jboss.test.classloader.FilteringClassLoader
 
getResourceURL(String) - Method in class org.jboss.test.JBossTestCase
Get a URL string to a resource in the testsuite/output/resources dir.
getResourceURL(String) - Method in class org.jboss.test.JBossTestSetup
 
getRmiPort() - Method in class org.jboss.test.util.server.Server
Get the rmiPort
getRmiUrl() - Method in class org.jboss.test.util.server.Server
The URl for the RMI listener.
getServer() - Method in class org.jboss.test.JBossTestCase
Gets the Server attribute of the JBossTestCase object
getServer() - Method in class org.jboss.test.JBossTestServices
Gets the Server attribute of the JBossTestCase object
getServer() - Method in class org.jboss.test.JBossTestSetup
Gets the Server attribute of the JBossTestCase object
getServer(String) - Method in class org.jboss.test.util.server.ServerManager
Get the server by name.
getServerHost() - Method in class org.jboss.test.JBossTestCase
Get the JBoss server host from system property "jbosstest.server.host" This defaults to "localhost"
getServerHost() - Method in class org.jboss.test.JBossTestServices
Returns the JBoss server host from system property "jbosstest.server.host" This defaults to "localhost"
getServerHost() - Method in class org.jboss.test.JBossTestSetup
Get the JBoss server host from system property "jbosstest.host.name" This defaults to "localhost"
getShutdownTimeout() - Method in class org.jboss.test.util.server.ServerManager
How long to wait (in seconds) for a server to shutdown
getStartClasspath() - Method in class org.jboss.test.util.server.ServerManager
The classpath to run the server
getStartupTimeout() - Method in class org.jboss.test.util.server.ServerManager
How long to wait (in seconds) for a server to startup
getStopClasspath() - Method in class org.jboss.test.util.server.ServerManager
The classpath used to stop the server.
getSysProperties() - Method in class org.jboss.test.util.server.Server
Get the system properties for the command line.
getThreadCount() - Method in class org.jboss.test.JBossTestCase
 
getThreadCount() - Method in class org.jboss.test.JBossTestSetup
 
getTypeProperties() - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
 
getUdpGroup() - Method in class org.jboss.test.util.server.ServerManager
Get the udpGroup.
getValue() - Method in class org.jboss.test.util.server.Argument
Get the value.
getValue() - Method in class org.jboss.test.util.server.Property
Get the value.

H

handle(Callback[]) - Method in class org.jboss.test.util.AppCallbackHandler
 
hasWebServer() - Method in class org.jboss.test.util.server.Server
Get the hasWebServer.

I

init() - Method in class org.jboss.test.JBossTestServices
Initializes the InitialContext if not set.
initialContext - Variable in class org.jboss.test.JBossTestServices
 
invoke(ObjectName, String, Object[], String[]) - Method in class org.jboss.test.JBossTestCase
invoke wraps an invoke call to the mbean server in a lot of exception unwrapping.
invoke(ObjectName, String, Object[], String[]) - Method in class org.jboss.test.JBossTestServices
invoke wraps an invoke call to the mbean server in a lot of exception unwrapping.
invoke(MBeanServerConnection, ObjectName, String, Object[], String[]) - Method in class org.jboss.test.JBossTestServices
 
invoke(ObjectName, String, Object[], String[]) - Method in class org.jboss.test.JBossTestSetup
invoke wraps an invoke call to the mbean server in a lot of exception unwrapping.
isRunning() - Method in class org.jboss.test.util.server.Server
Is the server actually running?
isStopped() - Method in class org.jboss.test.util.server.Server
Has the server been intentionally stopped?

J

JBossIIOPTestCase - Class in org.jboss.test
Base class for IIOP tests that sets up the InitialContext to use the cosnaming service.
JBossIIOPTestCase(String) - Constructor for class org.jboss.test.JBossIIOPTestCase
 
JBossMemoryTestCase - Class in org.jboss.test
A Regular MemoryTestCase not using any container side.
JBossMemoryTestCase() - Constructor for class org.jboss.test.JBossMemoryTestCase
 
JBossMemoryTestCase(String) - Constructor for class org.jboss.test.JBossMemoryTestCase
 
JBossTestCase - Class in org.jboss.test
This is the standard base test case for jboss junit test cases.
JBossTestCase(String) - Constructor for class org.jboss.test.JBossTestCase
Constructor for the JBossTestCase object
JBossTestServices - Class in org.jboss.test
This is provides services for jboss junit test cases and TestSetups.
JBossTestServices(String) - Constructor for class org.jboss.test.JBossTestServices
Constructor for the JBossTestCase object
JBossTestServices(Class) - Constructor for class org.jboss.test.JBossTestServices
 
JBossTestSetup - Class in org.jboss.test
This is a TestSetup class for jboss junit test cases that provides the jboss test services.
JBossTestSetup(Class, Test) - Constructor for class org.jboss.test.JBossTestSetup
Constructor for the JBossTestCase object
JBossTestSetup(Test) - Constructor for class org.jboss.test.JBossTestSetup
 
jndiEnv - Variable in class org.jboss.test.JBossTestServices
 
jndiProps - Variable in class org.jboss.test.JBossIIOPTestCase
 

L

lc - Variable in class org.jboss.test.JBossTestServices
 
loadClass(String, boolean) - Method in class org.jboss.test.classloader.FilteringClassLoader
 
loadProperties(Class, T, String, HashMap<T, Properties>) - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
 
log - Variable in class org.jboss.test.AbstractTestDelegate
The log
log(String) - Method in class org.jboss.test.AbstractTestDelegate
Log an event with the given context
log - Variable in class org.jboss.test.BaseTestCase
The log
log - Variable in class org.jboss.test.JBossTestCase
Local variable for backward compatibility
Log4jConsoleLoggingPlugin - Class in org.jboss.test.logging
A LoggingPlugin that configures a console log4j appender without looking for any configuration resources.
Log4jConsoleLoggingPlugin() - Constructor for class org.jboss.test.logging.Log4jConsoleLoggingPlugin
 
Log4jLoggingPlugin - Class in org.jboss.test.logging
A Log4jLoggingPlugin.
Log4jLoggingPlugin() - Constructor for class org.jboss.test.logging.Log4jLoggingPlugin
 
logging - Variable in class org.jboss.test.AbstractTestDelegate
The logging plugin
logging - Variable in class org.jboss.test.BaseTestCase
The logging plugin
LoggingPlugin - Class in org.jboss.test.logging
A LoggingPlugin.
LoggingPlugin() - Constructor for class org.jboss.test.logging.LoggingPlugin
 
login() - Method in class org.jboss.test.JBossTestServices
Do a JAAS login with the current username, password and login config.
logout() - Method in class org.jboss.test.JBossTestServices
 

M

MANAGER_REF - Static variable in class org.jboss.ant.taskdefs.server.ConfigManagerTask
The key for the project reference

N

newClassLoader(Class) - Static method in class org.jboss.test.JBossMemoryTestCase
 
noPermissions() - Method in class org.jboss.test.security.PolicyPlugin
The empty Permissions none.

O

org.jboss.ant.taskdefs - package org.jboss.ant.taskdefs
 
org.jboss.ant.taskdefs.server - package org.jboss.ant.taskdefs.server
 
org.jboss.test - package org.jboss.test
 
org.jboss.test.classloader - package org.jboss.test.classloader
 
org.jboss.test.logging - package org.jboss.test.logging
 
org.jboss.test.security - package org.jboss.test.security
 
org.jboss.test.util - package org.jboss.test.util
 
org.jboss.test.util.server - package org.jboss.test.util.server
 
org.jboss.test.visitor - package org.jboss.test.visitor
 

P

policy - Variable in class org.jboss.test.AbstractTestDelegate
The policy plugin
PolicyPlugin - Class in org.jboss.test.security
A Security Policy Plugin.
PolicyPlugin() - Constructor for class org.jboss.test.security.PolicyPlugin
 
PropertiesVisitorImpl - Class in org.jboss.test.visitor
A TypeVisitor which builds a map of type, method and field properties
PropertiesVisitorImpl() - Constructor for class org.jboss.test.visitor.PropertiesVisitorImpl
 
Property - Class in org.jboss.test.util.server
A Property.
Property() - Constructor for class org.jboss.test.util.server.Property
 

R

redeploy(String) - Method in class org.jboss.test.JBossTestCase
Redeploy a package with the main deployer.
redeploy(String) - Method in class org.jboss.test.JBossTestServices
 
redeploy(String) - Method in class org.jboss.test.JBossTestSetup
 
refresh() - Method in class org.jboss.test.security.PolicyPlugin
No-op implementation
reinit() - Method in class org.jboss.test.JBossTestServices
Re-initializes the InitialContext.
resetDelegate() - Method in class org.jboss.test.JBossTestCase
 
restartDBPool() - Method in class org.jboss.test.JBossTestCase
Restart the connection pool associated with the DefaultDS
restartDBPool() - Method in class org.jboss.test.JBossTestSetup
Restart the connection pool associated with the DefaultDS

S

SecurityProviderUtil - Class in org.jboss.test.util
Util class that deals with Security Providers as part of the JVM
SecurityProviderUtil() - Constructor for class org.jboss.test.util.SecurityProviderUtil
 
serialize(Serializable) - Method in class org.jboss.test.AbstractTestCase
Serialize an object
server - Variable in class org.jboss.test.JBossTestServices
 
Server - Class in org.jboss.test.util.server
A Server.
Server() - Constructor for class org.jboss.test.util.server.Server
 
ServerController - Class in org.jboss.test.util.server
Starts, stops, and (eventually) reboots server instances.
serverFound() - Method in class org.jboss.test.JBossTestCase
This just checks the server is there...
ServerManager - Class in org.jboss.test.util.server
A ServerManager.
ServerManager() - Constructor for class org.jboss.test.util.server.ServerManager
Create a new ServerManager.
setByteArray(byte[]) - Method in class org.jboss.test.util.ByteArrayCallback
 
setConfig(String) - Method in class org.jboss.test.util.server.Server
Set the config.
setErrorWriter(PrintWriter) - Method in class org.jboss.test.util.server.Server
Set the error writer.
setHasWebServer(boolean) - Method in class org.jboss.test.util.server.Server
Set the hasWebServer.
setHost(String) - Method in class org.jboss.test.util.server.Server
Set the host.
setHttpPort(Integer) - Method in class org.jboss.test.util.server.Server
Set the httpPort.
setJavaHome(String) - Method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
JAVA_HOME to start jboss with.
setJavaHome(String) - Method in class org.jboss.test.util.server.ServerManager
Set the javaHome.
setJbossHome(String) - Method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
JBoss dist to start.
setJbossHome(String) - Method in class org.jboss.test.util.server.ServerManager
 
setJvm(String) - Method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
JVM command to use default is "java"
setJvm(String) - Method in class org.jboss.test.util.server.ServerManager
Set the jvm.
setKey(String) - Method in class org.jboss.test.util.server.Property
Set the key.
setLine(String) - Method in class org.jboss.test.util.server.Argument
Set the line as the value.
setManager(ServerManager) - Method in class org.jboss.test.util.server.Server
Set the manager.
setName(String) - Method in class org.jboss.ant.taskdefs.server.StartServerTask
Set the name.
setName(String) - Method in class org.jboss.ant.taskdefs.server.StopServerTask
Set the name.
setName(String) - Method in class org.jboss.test.util.server.Server
Set the name.
setOutWriter(PrintWriter) - Method in class org.jboss.test.util.server.Server
Set the output log's writer
setProcess(Process) - Method in class org.jboss.test.util.server.Server
The running process of this server.
setRmiPort(Integer) - Method in class org.jboss.test.util.server.Server
Set the rmiPort.
setUdpGroup(String) - Method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
The UDP group to pass to org.jboss.Main using the -u option.
setUdpGroup(String) - Method in class org.jboss.test.util.server.ServerManager
Set the udpGroup.
setUp() - Method in class org.jboss.test.AbstractTestCase
 
setUp() - Method in class org.jboss.test.AbstractTestCaseWithSetup
Create a AbstractTestSetup wrapper for this class/instance to initialize the AbstractTestDelegate if the AbstractTestSetup.delegate singleton has not been initialized.
setUp() - Method in class org.jboss.test.AbstractTestDelegate
Setup callback.
setUp() - Method in class org.jboss.test.AbstractTestSetup
Create a delegate by calling AbstractTestDelegate.getDelegate(clazz) to allow for a test specific delegate.
setUp() - Method in class org.jboss.test.BaseTestCase
 
setUp() - Method in class org.jboss.test.JBossTestCase
Create a delegate by calling AbstractTestDelegate.getDelegate(clazz) to allow for a test specific delegate.
setUp() - Method in class org.jboss.test.JBossTestServices
The JUnit setup method
setUp() - Method in class org.jboss.test.JBossTestSetup
 
setUp() - Method in class org.jboss.test.logging.Log4jConsoleLoggingPlugin
 
setUp() - Method in class org.jboss.test.logging.Log4jLoggingPlugin
 
setUp() - Method in class org.jboss.test.logging.LoggingPlugin
Setup the logging
setUpLogging() - Method in class org.jboss.test.AbstractTestDelegate
Setup the logging
setUpSecurity() - Method in class org.jboss.test.AbstractTestDelegate
Setup the security
setValue(String) - Method in class org.jboss.test.util.server.Argument
Set the value.
setValue(String) - Method in class org.jboss.test.util.server.Property
Set the value.
sleep(long) - Method in class org.jboss.test.JBossTestCase
 
startServer(Server, ServerManager) - Static method in class org.jboss.test.util.server.ServerController
Start the server and pump its output and error streams.
startServer(String) - Method in class org.jboss.test.util.server.ServerManager
Start the named server.
StartServerTask - Class in org.jboss.ant.taskdefs.server
A StopServerTask.
StartServerTask() - Constructor for class org.jboss.ant.taskdefs.server.StartServerTask
 
startTestSuite(JUnitTest) - Method in class org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter
 
stopServer(Server, ServerManager) - Static method in class org.jboss.test.util.server.ServerController
Stop the server using shutdown.jar.
stopServer(String) - Method in class org.jboss.test.util.server.ServerManager
Stop the named server
StopServerTask - Class in org.jboss.ant.taskdefs.server
A StopServerTask.
StopServerTask() - Constructor for class org.jboss.ant.taskdefs.server.StopServerTask
 
suite(Class) - Static method in class org.jboss.test.AbstractTestCaseWithSetup
Bootstrap the test for the case of running all tests in clazz.

T

tearDown() - Method in class org.jboss.test.AbstractTestCase
 
tearDown() - Method in class org.jboss.test.AbstractTestCaseWithSetup
 
tearDown() - Method in class org.jboss.test.AbstractTestDelegate
Teardown.
tearDown() - Method in class org.jboss.test.AbstractTestSetup
This method then delegates to the AbstractTestDelegate.tearDown method.
tearDown() - Method in class org.jboss.test.BaseTestCase
 
tearDown() - Method in class org.jboss.test.JBossTestCase
This method then delegates to the AbstractTestDelegate.tearDown method.
tearDown() - Method in class org.jboss.test.JBossTestServices
The teardown method for JUnit
tearDown() - Method in class org.jboss.test.JBossTestSetup
 
tearDown() - Method in class org.jboss.test.logging.LoggingPlugin
Teardown the logging
tearDownLogging() - Method in class org.jboss.test.AbstractTestDelegate
Teardown the logging
tearDownSecurity() - Method in class org.jboss.test.AbstractTestDelegate
Teardown the security
TestsPolicyPlugin - Class in org.jboss.test.security
A Test PolicyPlugin.
TestsPolicyPlugin(Class) - Constructor for class org.jboss.test.security.TestsPolicyPlugin
This ctor scans for properties using the TypeHierarchyTraversal and PropertiesVisitorImpl to pickup testclass specific permissions.
TypeHierarchyTraversal - Class in org.jboss.test.visitor
A visitor driver that traverses the class hierarchy, and for each class in the hierarchy, the interfaces, declared methods and fields.
TypeHierarchyTraversal() - Constructor for class org.jboss.test.visitor.TypeHierarchyTraversal
 
TypeVisitor - Interface in org.jboss.test.visitor
A type visitor interface callback used for visting a type hierarchy

U

undeploy(String) - Method in class org.jboss.test.JBossTestCase
Undeploy a package with the main deployer.
undeploy(String) - Method in class org.jboss.test.JBossTestServices
Undeploy a package with the main deployer.
undeploy(String) - Method in class org.jboss.test.JBossTestSetup
Undeploy a package with the main deployer.

V

visit(Class, TypeVisitor) - Static method in class org.jboss.test.visitor.TypeHierarchyTraversal
 
visitClass(Class) - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
Look for a properties file for the type using
visitClass(Class) - Method in interface org.jboss.test.visitor.TypeVisitor
 
visitFields(Field[]) - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
 
visitFields(Field[]) - Method in interface org.jboss.test.visitor.TypeVisitor
 
visitInterfaces(Class[]) - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
Calls visitClass(i) for each ifaces[n]
visitInterfaces(Class[]) - Method in interface org.jboss.test.visitor.TypeVisitor
 
visitMethods(Method[]) - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
 
visitMethods(Method[]) - Method in interface org.jboss.test.visitor.TypeVisitor
 

X

XMLJUnitMultipleResultFormatter - Class in org.jboss.ant.taskdefs
This class only serves the proposite of keep multiple JUnit runnings between different configurations.
XMLJUnitMultipleResultFormatter() - Constructor for class org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter
 

A B C D E F G H I J L M N O P R S T U V X

Copyright © 2004 JBoss Inc. All Rights Reserved.