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